GNOME Bugzilla – Bug 672538
[tsparse] does not support content descriptor
Last modified: 2014-05-12 07:46:19 UTC
As per EN 300 468 (clause 6.2.9 in V1.12.1), the content descriptor provides classification information for an event.
We are unsure how to pass the data down stream - should we just pass the integers and let apps handle mapping them to strings or map the strings in tsparse and send down strings as defined in the spec. In the latter case it would be great if we could provide translations for them in a gettext domain somewhere, apps could then either reuse common translations or implement localization themselves.
Created attachment 210226 [details] [review] Patch to implement the missing feature
In the case where we would send the strings downstream, it would probably be desirable to send the original integers as well.
This should be ported to the new mpegts library (which exports all section information and descriptors on the bus). See gst-libs/gst/mpegts/ and tests/examples/mpegts/
Was fixed by From: Stefan Ringel <linuxtv@stefanringel.de> Date: Sun, 16 Feb 2014 09:45:21 +0000 Subject: mpegts: Add support for content descriptor https://bugzilla.gnome.org/show_bug.cgi?id=724034 *** This bug has been marked as a duplicate of bug 724034 ***