From 02ded087a45faeada1d644c0e7acc9234bde4860 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 29 May 2019 18:27:09 +0200 Subject: mpegtsmux: add SECTION comment We include an example for injecting sections in the transport stream in the documentation --- gst/mpegtsmux/gstmpegtsmux.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gst/mpegtsmux') diff --git a/gst/mpegtsmux/gstmpegtsmux.c b/gst/mpegtsmux/gstmpegtsmux.c index 7171602ea..c016953a6 100644 --- a/gst/mpegtsmux/gstmpegtsmux.c +++ b/gst/mpegtsmux/gstmpegtsmux.c @@ -82,6 +82,17 @@ * */ +/** + * SECTION: element-mpegtsmux + * @title: MPEG Transport Stream muxer + * + * mpegtsmux muxes different streams into an MPEG Transport stream + * + * SI sections can be specified through a custom event: + * + * {{ tests/examples/mpegts/ts-section-writer.c }} + */ + #include "gstmpegtsmux.h" #include -- cgit v1.2.1