avidemux still depends on riff

Original commit message from CVS:
avidemux still depends on riff
This commit is contained in:
David Schleef 2003-10-31 20:03:49 +00:00
parent 4ac17766c8
commit dcab47e405

View file

@ -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,