gstreamer/gst/mpegtsmux/tsmux
Mathieu Duponchelle 14b9a34f54 mpegtsmux: add custom AC-3 descriptor
tsdemux expects a custom descriptor (GST_MTS_DESC_AC3_AUDIO_STREAM)
to detect a stream as AC3 and not EAC3.

Note that tsdemux expects this descriptor because mpegtsmux writes
a stream with a HDMV registration descriptor.

Fixes:

gst-launch-1.0 -v audiotestsrc ! avenc_ac3 ! ac3parse ! mpegtsmux ! \
tsdemux ! ac3parse ! avdec_ac3 ! audioconvert ! autoaudiosink

https://bugzilla.gnome.org/show_bug.cgi?id=797220
2018-09-27 17:34:10 +02:00
..
Makefile.am mpegtsmux: Use mpeg-ts lib for PAT/PMT sections 2014-02-06 15:57:50 +01:00
tsmux.c mpegtsmux: Explicitly resend PAT/SI/PMT on force-keyunit events 2018-03-21 13:42:30 +02:00
tsmux.h mpegtsmux: Explicitly resend PAT/SI/PMT on force-keyunit events 2018-03-21 13:42:30 +02:00
tsmuxcommon.h mpegtsmux: Add support for muxing SI tables 2014-02-06 15:55:46 +01:00
tsmuxstream.c mpegtsmux: add custom AC-3 descriptor 2018-09-27 17:34:10 +02:00
tsmuxstream.h tsmux: Store PES payload size in a 32 bit integer 2017-07-21 09:33:31 +03:00