diff options
author | David Schleef <ds@schleef.org> | 2003-10-31 20:03:49 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-31 20:03:49 +0000 |
commit | dcab47e40596ff1fb59e293d0ab67437d0f8a20a (patch) | |
tree | 7c3ba4931d40508e0f0fe332bf3973d8416b49d2 /gst/avi/gstavidemux.c | |
parent | 4ac17766c89a2a1f37e4fc9e0c88c52c7a494374 (diff) |
avidemux still depends on riff
Original commit message from CVS:
avidemux still depends on riff
Diffstat (limited to 'gst/avi/gstavidemux.c')
-rw-r--r-- | gst/avi/gstavidemux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index b87b6fc5..f0e6d38a 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -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, |