ffmpegdemux: skip ffmpeg matroska,webm typefinder again

Causes warnings, and shouldn't be needed.
This commit is contained in:
Tim-Philipp Müller 2012-04-22 11:52:18 +01:00
parent cd2e53aa9f
commit c69da6d988

View file

@ -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") ||