mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
gst/qtdemux/qtdemux.c: qtdemux requires bytestream
Original commit message from CVS: 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/qtdemux/qtdemux.c: (plugin_init): qtdemux requires bytestream
This commit is contained in:
parent
3560b60623
commit
07a0396381
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (plugin_init):
|
||||
qtdemux requires bytestream
|
||||
|
||||
2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue