diff --git a/docs/meson.build b/docs/meson.build index cb4c6925e7..955ad23c29 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -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 diff --git a/gst/mpegtsmux/gstmpegtsmux.c b/gst/mpegtsmux/gstmpegtsmux.c index 7171602ea2..c016953a6e 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