From 4c8183523f75a8b99f575692dcd0c9c59e5aacbb Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 22 Dec 2003 19:05:34 +0000 Subject: gst/qtdemux/qtdemux.c: qtdemux requires bytestream Original commit message from CVS: 2003-12-22 Benjamin Otte * gst/qtdemux/qtdemux.c: (plugin_init): qtdemux requires bytestream --- gst/qtdemux/qtdemux.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst') diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index e1fc8712..659c968b 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -242,6 +242,9 @@ plugin_init (GstPlugin *plugin) videocaps, NULL); #endif + if (!gst_library_load ("gstbytestream")) + return FALSE; + return gst_element_register (plugin, "qtdemux", GST_RANK_PRIMARY, GST_TYPE_QTDEMUX); } -- cgit v1.2.1