GNOME Bugzilla – Bug 658019
ffdec_ass: caps seems wrong
Last modified: 2011-09-03 11:40:39 UTC
ffdec_ass (a subtitle decoder) report decoding unknown/unknown to raw audio, which is most likely wrong, maybe a subject to blacklist in gst-ffmpeg ?
Just noticed that we have the same situation for other subtitle decoders (ffdec_srt ffdec_pgssub ffdec_dvdsub ffdec_dvbsub).
Blacklisting makes sense. Feel free to create a patch.
Created attachment 195528 [details] [review] Blacklist non-working subtitle decoders This include decoder for ASS, SRT, PGS, DVD and DVB. Those are generated with bad capabilities and are not usable. Other elements exist to handle those subtitle formats.
Thanks! commit eacf516f7f1f7a7332688364965b6a435e4e54b9 Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> Date: Fri Sep 2 16:25:16 2011 -0400 ffdec: Blacklist non-working subtitle decoders This include decoder for ASS, SRT, PGS, DVD and DVB. Those are generated with bad capabilities and are not usable in GStreamer. Other elements exist to handle those subtitle formats. https://bugzilla.gnome.org/show_bug.cgi?id=658019