After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 775967 - ttmlparse: Transform caps event
ttmlparse: Transform caps event
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-12 05:54 UTC by Seungha Yang
Modified: 2016-12-12 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ttmlparse: Transform caps event (1.06 KB, patch)
2016-12-12 05:55 UTC, Seungha Yang
committed Details | Review
playback: Add text/x-raw(meta:GstSubtitleMeta) to default_raw_caps (859 bytes, patch)
2016-12-12 05:56 UTC, Seungha Yang
none Details | Review
playback: Add ANY caps features to default text raw caps (931 bytes, patch)
2016-12-12 09:05 UTC, Seungha Yang
committed Details | Review

Description Seungha Yang 2016-12-12 05:54:16 UTC
For autoplugging, decodebin/parsebin refers to the caps event.
Comment 1 Seungha Yang 2016-12-12 05:55:04 UTC
Created attachment 341794 [details] [review]
ttmlparse: Transform caps event
Comment 2 Seungha Yang 2016-12-12 05:56:26 UTC
Created attachment 341795 [details] [review]
playback: Add text/x-raw(meta:GstSubtitleMeta) to default_raw_caps
Comment 3 Seungha Yang 2016-12-12 05:58:39 UTC
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
Comment 4 Sebastian Dröge (slomo) 2016-12-12 08:54:52 UTC
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 5 Sebastian Dröge (slomo) 2016-12-12 08:57:54 UTC
Comment on attachment 341794 [details] [review]
ttmlparse: Transform caps event

Attachment 341794 [details] pushed as ba1ad5f - ttmlparse: Transform caps event
Comment 6 Seungha Yang 2016-12-12 09:05:22 UTC
Created attachment 341800 [details] [review]
playback: Add ANY caps features to default text raw caps

Patch updated.
Comment 7 Sebastian Dröge (slomo) 2016-12-12 09:10:59 UTC
Attachment 341800 [details] pushed as c4929b8 - playback: Add ANY caps features to default text raw caps