[Bug 729244] tsdemux: Adds support for ARIB subtitles
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 4 01:51:30 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=729244
GStreamer | gst-plugins-bad | git
--- Comment #4 from Edward Hervey <bilboed at bilboed.com> 2014-06-04 08:51:23 UTC ---
Your ISDB Data Component Descriptor should have a parsing function in mpeg-ts
lib.
Something like:
enum ISDBDataComponentType {
ISDB_DATA_COMPONENT_ARIB_XML_BASE_MULTIMEDIA_CODING = 0x0007,
ISDB_DATA_COMPONENT_ARIB_SUBTITLE_TELETEXT_CODING = 0x0008,
....
};
gboolean
gst_mpegts_descriptor_parse_isdb_data_component (const GstMpegTsDescriptor
*descriptor,
ISDBDataComponentType
*data_component_id);
And that parsing function should be exposed in the ts-parser example.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list