diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-27 17:50:38 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-27 17:50:50 +0000 |
commit | 6ba3e11c90715bf8bd2f6695cf88fd5d07302f62 (patch) | |
tree | c6472255950136e6f1cc9e677eabed8cd9c52f77 /docs/gst | |
parent | d50ecdd9d5e70af58382fb91733a2e7f5b139374 (diff) |
docs: add new stream config functions to docs
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index c37660a3c..e09aed969 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -977,6 +977,17 @@ gst_event_new_reconfigure gst_event_new_caps gst_event_parse_caps + +GstStreamConfigFlags +gst_event_new_stream_config +gst_event_parse_stream_config + +gst_event_set_stream_config_codec_data +gst_event_parse_stream_config_codec_data + +gst_event_add_stream_config_header +gst_event_get_n_stream_config_headers +gst_event_parse_nth_stream_config_header <SUBSECTION Standard> GstEventClass GST_EVENT |