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 672538 - [tsparse] does not support content descriptor
[tsparse] does not support content descriptor
Status: RESOLVED DUPLICATE of bug 724034
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-21 11:23 UTC by Michał Sawicz
Modified: 2014-05-12 07:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to implement the missing feature (3.22 KB, patch)
2012-03-21 11:43 UTC, Albert Astals Cid
rejected Details | Review

Description Michał Sawicz 2012-03-21 11:23:12 UTC
As per EN 300 468 (clause 6.2.9 in V1.12.1), the content descriptor provides classification information for an event.
Comment 1 Michał Sawicz 2012-03-21 11:40:24 UTC
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.
Comment 2 Albert Astals Cid 2012-03-21 11:43:02 UTC
Created attachment 210226 [details] [review]
Patch to implement the missing feature
Comment 3 Michał Sawicz 2012-03-21 12:53:28 UTC
In the case where we would send the strings downstream, it would probably be desirable to send the original integers as well.
Comment 4 Edward Hervey 2013-08-21 06:16:47 UTC
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/
Comment 5 Edward Hervey 2014-05-12 07:46:19 UTC
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 ***