mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
avidemux still depends on riff
Original commit message from CVS: avidemux still depends on riff
This commit is contained in:
parent
4ac17766c8
commit
dcab47e405
1 changed files with 2 additions and 0 deletions
|
@ -1929,6 +1929,8 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
|||
|
||||
if (!gst_library_load ("gstbytestream"))
|
||||
return FALSE;
|
||||
if (!gst_library_load ("gstriff"))
|
||||
return FALSE;
|
||||
|
||||
/* create an elementfactory for the avi_demux element */
|
||||
factory = gst_element_factory_new ("avidemux", GST_TYPE_AVI_DEMUX,
|
||||
|
|
Loading…
Reference in a new issue