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 565613 - [mpegtsdemux] Add scrambled field to service structure
[mpegtsdemux] Add scrambled field to service structure
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.10
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-25 11:56 UTC by Sebastian Pölsterl
Modified: 2008-12-29 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add scrambled field (730 bytes, patch)
2008-12-25 11:56 UTC, Sebastian Pölsterl
committed Details | Review

Description Sebastian Pölsterl 2008-12-25 11:56:05 UTC
Add a field scrambled to the service structures retrieved from SDT to determine if a channel is scrambled.
Comment 1 Sebastian Pölsterl 2008-12-25 11:56:39 UTC
Created attachment 125298 [details] [review]
Add scrambled field
Comment 2 Wim Taymans 2008-12-29 16:18:46 UTC
        Patch by: Sebastian Pölsterl <sebp at k-d-w dot org>

        * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_sdt):
        Add a scrambled field to the service structures retrieved from SDT to
        determine if a channel is scrambled. Fixes #565613.