summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-22 11:52:18 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-22 11:52:18 +0100
commitc69da6d98833253b9485b4f73db80514729b631c (patch)
tree4430050de01da8c2deaff7f50633f2fc22faf95c
parentcd2e53aa9ff5fb9df7d9c3af5e197e511973e007 (diff)
downloadgst-libav-c69da6d98833253b9485b4f73db80514729b631c.tar.gz
ffmpegdemux: skip ffmpeg matroska,webm typefinder again
Causes warnings, and shouldn't be needed.
-rw-r--r--ext/ffmpeg/gstffmpegdemux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffmpeg/gstffmpegdemux.c b/ext/ffmpeg/gstffmpegdemux.c
index 6fd7b7b..77be1da 100644
--- a/ext/ffmpeg/gstffmpegdemux.c
+++ b/ext/ffmpeg/gstffmpegdemux.c
@@ -1923,6 +1923,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
!strcmp (in_plugin->name, "mp3") ||
!strcmp (in_plugin->name, "matroska") ||
!strcmp (in_plugin->name, "matroska_webm") ||
+ !strcmp (in_plugin->name, "matroska,webm") ||
!strcmp (in_plugin->name, "mpeg") ||
!strcmp (in_plugin->name, "wav") ||
!strcmp (in_plugin->name, "au") ||