gstreamer/subprojects/gst-plugins-bad/gst/mpegtsmux/tsmux
Aaron Boxer b405ff34d3 mpegtsmux: allow attaching PCR to non-PES streams
There is an existing PMT mapping between PCR_%s and an mpegtsmux sink
pad name, where %s equals the program number that the PCR corresponds
to. We re-purpose this functionality to also support a mapping between
PCR_%s and an arbitrary PID. If this mapping is set, then the header PCR
PID is set to this value, and PCR is attached to the stream with this
PID.

Note: the current implementation also attaches PCR to the video stream,
so this may be inefficient.

Co-authored-by: Jordan Yelloz <jordan.yelloz@collabora.com>
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5726>
2023-12-01 18:01:34 +00:00
..
tsmux.c mpegtsmux: allow attaching PCR to non-PES streams 2023-12-01 18:01:34 +00:00
tsmux.h mpegtsmux: allow attaching PCR to non-PES streams 2023-12-01 18:01:34 +00:00
tsmuxcommon.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
tsmuxstream.c tsmux: Fix default get_es_descrs_func 2023-10-19 22:34:28 +00:00
tsmuxstream.h mpegtsmux: allow attaching PCR to non-PES streams 2023-12-01 18:01:34 +00:00