summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.c
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2003-10-31 12:39:41 +0000
committerIain Holmes <iain@prettypeople.org>2003-10-31 12:39:41 +0000
commit64eb55d84a48d00511a2e6c36e3424d9c430e8ba (patch)
tree03544235109151e0861fafa542acfc4d48622454 /gst/avi/gstavidemux.c
parent94fc04756ef7922422b1ad8a9b936136930dc1ee (diff)
Doesn't need to load gstriff
Original commit message from CVS: Doesn't need to load gstriff
Diffstat (limited to 'gst/avi/gstavidemux.c')
-rw-r--r--gst/avi/gstavidemux.c2
1 files changed, 0 insertions, 2 deletions
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,