GNOME Bugzilla – Bug 775967
ttmlparse: Transform caps event
Last modified: 2016-12-12 09:11:14 UTC
For autoplugging, decodebin/parsebin refers to the caps event.
Created attachment 341794 [details] [review] ttmlparse: Transform caps event
Created attachment 341795 [details] [review] playback: Add text/x-raw(meta:GstSubtitleMeta) to default_raw_caps
Now, playbin3 with dashdemux cannot configure ttmlparse in parsebin. Following is a sample mpd (including subtitle). http://dash.akamaized.net/dash264/TestCases/4b/qualcomm/3/Solekai.mpd
Review of attachment 341795 [details] [review]: ::: gst/playback/gstrawcaps.h @@ +30,3 @@ "audio/x-raw(ANY); " \ "text/x-raw; " \ + "text/x-raw(meta:GstSubtitleMeta); " \ This should just be text/x-raw(ANY)
Comment on attachment 341794 [details] [review] ttmlparse: Transform caps event Attachment 341794 [details] pushed as ba1ad5f - ttmlparse: Transform caps event
Created attachment 341800 [details] [review] playback: Add ANY caps features to default text raw caps Patch updated.
Attachment 341800 [details] pushed as c4929b8 - playback: Add ANY caps features to default text raw caps