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/qtdemux/qtdemux.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/qtdemux/qtdemux.c') diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index c3cb63fb..06352f1d 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -191,6 +191,9 @@ plugin_init (GModule *module, GstPlugin *plugin) }; gint i; + if (!gst_library_load ("gstbytestream")) + return FALSE; + factory = gst_element_factory_new ("qtdemux", GST_TYPE_QTDEMUX, &gst_qtdemux_details); g_return_val_if_fail(factory != NULL, FALSE); -- cgit v1.2.1