GNOME Bugzilla – Bug 710325
playback: Add subpicture/x-dvb as raw caps
Last modified: 2013-11-09 09:32:40 UTC
I am not 100% sure what is the reason why we add some caps and not others in there, I just know that in my case I need subpicture/x-dvb to be concidered raw and I can see subpicture/x-dvd in there, so it seems to be right to me.
Created attachment 257454 [details] [review] playback: Add subpicture/x-dvb as raw caps
If you mean decodebin, you can change the "final" caps via the decodebin "caps" property.
I know that, just that the default caps are currently: "audio/x-raw; " \ "text/x-raw; " \ "subpicture/x-dvd; " \ "subpicture/x-pgs" So I though adding "subpicture/x-dvb; " \ make sense in that case.
This is sensible.
Yes, definitely
Note that in playbin these caps are not used for subtitles, as it's all handled inside subtitleoverlay via magic ;) But for consistency it would be good to get that in
commit ddf4ca22033a390fa26c16d717da8e13da3cd567 Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Wed Oct 16 16:46:05 2013 -0300 playback: Add subpicture/x-dvb as raw caps https://bugzilla.gnome.org/show_bug.cgi?id=710325