mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
ffmpegdemux: demote swf demuxer to GST_RANK_NONE
SWF doesn't really make sense in our context, don't pretend to support it. People should use a dedicated swf player for that.
This commit is contained in:
parent
49e3bc6e35
commit
c84802ffef
1 changed files with 1 additions and 2 deletions
|
@ -1959,7 +1959,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
|
|||
)
|
||||
register_typefind_func = FALSE;
|
||||
|
||||
/* Set the rank of demuxers know to work to MARGINAL.
|
||||
/* Set the rank of demuxers known to work to MARGINAL.
|
||||
* Set demuxers for which we already have another implementation to NONE
|
||||
* Set All others to NONE*/
|
||||
if (!strcmp (in_plugin->name, "wsvqa") ||
|
||||
|
@ -1967,7 +1967,6 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
|
|||
!strcmp (in_plugin->name, "wc3movie") ||
|
||||
!strcmp (in_plugin->name, "voc") ||
|
||||
!strcmp (in_plugin->name, "tta") ||
|
||||
!strcmp (in_plugin->name, "swf") ||
|
||||
!strcmp (in_plugin->name, "sol") ||
|
||||
!strcmp (in_plugin->name, "smk") ||
|
||||
!strcmp (in_plugin->name, "vmd") ||
|
||||
|
|
Loading…
Reference in a new issue