mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Don't register ASS/SSA typefinder
This commit is contained in:
parent
208a586bfd
commit
9f912aa69e
1 changed files with 1 additions and 0 deletions
|
@ -1798,6 +1798,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
|
|||
/* Don't use the typefind functions of formats for which we already have
|
||||
* better typefind functions */
|
||||
if (!strcmp (in_plugin->name, "mov,mp4,m4a,3gp,3g2,mj2") ||
|
||||
!strcmp (in_plugin->name, "ass") ||
|
||||
!strcmp (in_plugin->name, "avi") ||
|
||||
!strcmp (in_plugin->name, "asf") ||
|
||||
!strcmp (in_plugin->name, "mpegvideo") ||
|
||||
|
|
Loading…
Reference in a new issue