mpegtsmux: add SECTION comment

We include an example for injecting sections in the transport
stream in the documentation
This commit is contained in:
Mathieu Duponchelle 2019-05-29 18:27:09 +02:00 committed by Mathieu Duponchelle
parent 1d90a0afc5
commit 02ded087a4
2 changed files with 12 additions and 0 deletions

View file

@ -179,5 +179,6 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
gst_c_source_filters: excludes,
gst_order_generated_subpages: true,
gst_plugin_name: plugin_name,
include_paths: join_paths(meson.current_source_dir(), '..'),
)]
endforeach

View file

@ -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 <string.h>