summaryrefslogtreecommitdiff
path: root/gst/cdxaparse/gstcdxaparse.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-10-24 20:13:49 +0000
committerBenjamin Otte <otte@gnome.org>2003-10-24 20:13:49 +0000
commit78b2064a46bcd633ebd3d3b35c57e390ef743b08 (patch)
tree1ff7e739fe9b8b4629d579ac0ac656925910ce7a /gst/cdxaparse/gstcdxaparse.c
parent4de40d8ccd21dca15aaf792a842d266604cc59a7 (diff)
downloadgstreamer-plugins-bad-TYPEFIND.tar.gz
fixes:TYPEFIND
Original commit message from CVS: fixes: - bytestream needs to be gst_library_loaded again - typecast correctly on guint8* => guint32* in typefinding - remove unused/unnecessary files
Diffstat (limited to 'gst/cdxaparse/gstcdxaparse.c')
-rw-r--r--gst/cdxaparse/gstcdxaparse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/cdxaparse/gstcdxaparse.c b/gst/cdxaparse/gstcdxaparse.c
index 8356dc844..2ee3071d9 100644
--- a/gst/cdxaparse/gstcdxaparse.c
+++ b/gst/cdxaparse/gstcdxaparse.c
@@ -307,6 +307,9 @@ plugin_init (GModule *module, GstPlugin *plugin)
{
GstElementFactory *factory;
+ if (!gst_library_load ("gstbytestream"))
+ return FALSE;
+
/* create an elementfactory for the cdxa_parse element */
factory = gst_element_factory_new ("cdxaparse", GST_TYPE_CDXA_PARSE,
&gst_cdxa_parse_details);