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 732986 - mpegts: Add support for CAT section and CA descriptor
mpegts: Add support for CAT section and CA descriptor
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.3.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-10 10:22 UTC by Edward Hervey
Modified: 2014-07-11 06:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpegts: Add parsing for CA descriptor (0x05) (2.92 KB, patch)
2014-07-10 10:22 UTC, Edward Hervey
committed Details | Review
examples: Add CAT section and CA descriptor support (2.12 KB, patch)
2014-07-10 10:22 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2014-07-10 10:22:17 UTC
Funnily enough we weren't parsing it. Quite trivial
Comment 1 Edward Hervey 2014-07-10 10:22:20 UTC
Created attachment 280361 [details] [review]
mpegts: Add parsing for CA descriptor (0x05)
Comment 2 Edward Hervey 2014-07-10 10:22:26 UTC
Created attachment 280363 [details] [review]
examples: Add CAT section and CA descriptor support
Comment 3 Tim-Philipp Müller 2014-07-10 21:15:58 UTC
Didn't really review in detail, but don't see why it shouldn't go in before .91
Comment 4 Edward Hervey 2014-07-11 06:32:44 UTC
Thanks, pushed.

commit b191053c7f438d74d4a600e1a92143d1768cf576
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Thu Jul 10 11:29:41 2014 +0200

    examples: Add CAT section and CA descriptor support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732986

commit 9e73b487c4427495577fc3def77da39f84fa05b9
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Thu Jul 10 11:24:12 2014 +0200

    mpegts: Add parsing for CA descriptor (0x05)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732986