From 64eb55d84a48d00511a2e6c36e3424d9c430e8ba Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 31 Oct 2003 12:39:41 +0000 Subject: Doesn't need to load gstriff Original commit message from CVS: Doesn't need to load gstriff --- gst/avi/gstavidemux.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gst/avi/gstavidemux.c') diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index f0e6d38a..b87b6fc5 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -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, -- cgit