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 721682 - examples: tsparser: Add DVB teletext/subtitling parsing
examples: tsparser: Add DVB teletext/subtitling parsing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 671136
Blocks:
 
 
Reported: 2014-01-07 08:41 UTC by Jesper Larsen
Modified: 2014-03-15 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
examples: ts-parser: Add DVB teletext/subtitling (2.49 KB, patch)
2014-01-07 08:41 UTC, Jesper Larsen
none Details | Review
examples: ts-parser: Add table_id_name function (2.75 KB, patch)
2014-01-07 08:47 UTC, Jesper Larsen
none Details | Review

Description Jesper Larsen 2014-01-07 08:41:57 UTC
Created attachment 265513 [details] [review]
examples: ts-parser: Add DVB teletext/subtitling

Patch that adds DVB teletext descriptor and subtitling descriptor parsing in the tsparser example.

The teletext parsing depends on https://bugzilla.gnome.org/show_bug.cgi?id=671136
Comment 1 Jesper Larsen 2014-01-07 08:47:00 UTC
Created attachment 265514 [details] [review]
examples: ts-parser: Add table_id_name function

Adds a function to extract the table id name from all MPEGTS/DVB/SCTE/ATSC tables.
Comment 2 Edward Hervey 2014-03-15 11:30:30 UTC
eh, sorry for the delay.

commit 5f3270814810ccbc5e01864aa0c2c05bf733d716
Author: Jesper Larsen <jesper.larsen@ixonos.com>
Date:   Thu Oct 31 14:27:10 2013 +0100

    examples: ts-parser: Add table_id_name function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721682

commit 1f2f0f31bf50aab4fd02c8f8c4e9708f777530bb
Author: Jesper Larsen <jesper.larsen@ixonos.com>
Date:   Tue Nov 19 11:36:14 2013 +0100

    examples: ts-parser: Add DVB teletext/subtitling
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721682