summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNazar Mokrynskyi <nazar@mokrynskyi.com>2020-08-19 14:51:17 +0300
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-09-09 05:53:08 +0000
commitebc057bb7a26eab6059ccda4ed6e34e2d1159c76 (patch)
treeb7bc7a40cb889ceb3bf0c3d1326754edd1dbb83a /docs
parent8c37eea410749db2feef81b186ff9d905961751d (diff)
downloadgstreamer-plugins-bad-ebc057bb7a26eab6059ccda4ed6e34e2d1159c76.tar.gz
rtmp2sink: add docs section with since marker on new stop-commands property
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1256>
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 09ee1358f..3a91edbd7 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -233,6 +233,7 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
join_paths(root_rel, 'ext/*/*.cc'),
join_paths(root_rel, 'ext/*/*.hh'),
join_paths(root_rel, 'gst/*/*.[ch]'),
+ join_paths(root_rel, 'gst/rtmp2/*/*.[ch]'),
],
dependencies: [gst_dep, plugins],
install: false,