mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
ffmpegdemux: skip ffmpeg matroska,webm typefinder again
Causes warnings, and shouldn't be needed.
This commit is contained in:
parent
cd2e53aa9f
commit
c69da6d988
1 changed files with 1 additions and 0 deletions
|
@ -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") ||
|
||||
|
|
Loading…
Reference in a new issue