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 797220 - mpegtsmux: add custom AC-3 descriptor
mpegtsmux: add custom AC-3 descriptor
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-09-27 15:19 UTC by Mathieu Duponchelle
Modified: 2018-09-27 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpegtsmux: add custom AC-3 descriptor (1.21 KB, patch)
2018-09-27 15:19 UTC, Mathieu Duponchelle
committed Details | Review

Description Mathieu Duponchelle 2018-09-27 15:19:45 UTC
tsdemux expects a custom descriptor (GST_MTS_DESC_AC3_AUDIO_STREAM)
to detect a stream as AC3 and not EAC3.

Fixes:

gst-launch-1.0 -v audiotestsrc ! avenc_ac3 ! ac3parse ! mpegtsmux ! \
tsdemux ! ac3parse ! avdec_ac3 ! audioconvert ! autoaudiosink
Comment 1 Mathieu Duponchelle 2018-09-27 15:19:52 UTC
Created attachment 373793 [details] [review]
mpegtsmux: add custom AC-3 descriptor
Comment 2 Mathieu Duponchelle 2018-09-27 15:34:23 UTC
Attachment 373793 [details] pushed as 14b9a34 - mpegtsmux: add custom AC-3 descriptor