examples: Add an mpegtsmux example of prog-map usage.
authorJan Schmidt <jan@centricular.com>
Thu, 25 Feb 2021 16:28:29 +0000 (03:28 +1100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 18 Mar 2021 15:07:53 +0000 (15:07 +0000)
commit0d36dcab4e773a797f0d8c1e841b98044647690c
treeab08767977ac793290b108e0b88d4ebee18b12b0
parent18a095ca630148e5af0503da2d554c804bc1f55d
examples: Add an mpegtsmux example of prog-map usage.

Add an example of how to construct the prog-map structure for
the MPEG-TS muxers and assign streams to programs, and set PCR
and PMT PIDs.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2039>
tests/examples/mpegts/meson.build
tests/examples/mpegts/tsmux-prog-map.c [new file with mode: 0644]