From 78b2064a46bcd633ebd3d3b35c57e390ef743b08 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 24 Oct 2003 20:13:49 +0000 Subject: fixes: 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 --- gst/cdxaparse/gstcdxaparse.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/cdxaparse/gstcdxaparse.c') diff --git a/gst/cdxaparse/gstcdxaparse.c b/gst/cdxaparse/gstcdxaparse.c index 8356dc84..2ee3071d 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); -- cgit v1.2.1