Doesn't need to load gstriff
authorIain Holmes <iain@prettypeople.org>
Fri, 31 Oct 2003 12:39:41 +0000 (12:39 +0000)
committerIain Holmes <iain@prettypeople.org>
Fri, 31 Oct 2003 12:39:41 +0000 (12:39 +0000)
Original commit message from CVS:
Doesn't need to load gstriff

gst/avi/gstavidemux.c

index f0e6d38..b87b6fc 100644 (file)
@@ -1929,8 +1929,6 @@ 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,