GNOME Bugzilla – Bug 768939
mpegtsdemux: Fix definition of ATSC for AC-3 audio
Last modified: 2018-11-03 13:53:44 UTC
Created attachment 331751 [details] [review] mpegtsdemux: Fix definition of ATSC for AC-3 The ATSC specification was described in ATSC A/65:2013 for MPEG-2 Transport Stream. There is mismatch between the specification document and gstmpegtsdescriptor code. So I moved descriptor_tag(0x81) as defined in GstMpegtsMiscDescriptorType to ATSC field and removed the unused descriptor_tag(0x83) defined in GstMpegtsATSCDescriptorType. Additionally, I added a descriptor_tag(0xCC) for E-AC-3 audio stream. Thanks.
Could you check this patch? Thanks.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/411.