diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-28 15:35:13 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-29 16:40:21 +0100 |
commit | b90906103104216aad85ea262a97340280e70369 (patch) | |
tree | b82eea74a73bb71a827136d92cb8caadc85bcbe4 /docs | |
parent | bd85fe34adbcb369f86f74ab384838a969f68d64 (diff) |
gst: Add new GstContext miniobject for sharing contexts in a pipeline
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gst/gstreamer-docs.sgml | 1 | ||||
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml index d4388c2f1..1cfbe3471 100644 --- a/docs/gst/gstreamer-docs.sgml +++ b/docs/gst/gstreamer-docs.sgml @@ -69,6 +69,7 @@ Windows. It is released under the GNU Library General Public License <xi:include href="xml/gstchildproxy.xml" /> <xi:include href="xml/gstclock.xml" /> <xi:include href="xml/gstconfig.xml" /> + <xi:include href="xml/gstcontext.xml" /> <xi:include href="xml/gstcontrolbinding.xml" /> <xi:include href="xml/gstcontrolsource.xml" /> <xi:include href="xml/gstdatetime.xml" /> diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index e6ccf1b1d..a96434cb5 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -621,6 +621,26 @@ GST_PADDING_INIT GST_USING_PRINTF_EXTENSION </SECTION> +<SECTION> +<FILE>gstcontext</FILE> +<TITLE>GstContext</TITLE> +GstContext +gst_context_new +gst_context_ref +gst_context_unref +gst_context_copy +gst_context_get_structure +gst_context_make_writable +gst_context_is_writable +gst_context_replace +<SUBSECTION Standard> +GST_CONTEXT +GST_CONTEXT_CAST +GST_IS_CONTEXT +GST_TYPE_CONTEXT +<SUBSECTION Private> +gst_context_get_type +</SECTION> <SECTION> <FILE>gstcontrolbinding</FILE> @@ -753,6 +773,7 @@ gst_element_set_start_time gst_element_get_start_time gst_element_set_bus gst_element_get_bus +gst_element_set_context gst_element_get_factory gst_element_set_name gst_element_get_name @@ -1025,6 +1046,9 @@ gst_event_parse_toc_select gst_event_new_segment_done gst_event_parse_segment_done + +gst_event_new_context +gst_event_parse_context <SUBSECTION Standard> GstEventClass GST_EVENT @@ -1469,6 +1493,13 @@ GstProgressType gst_message_new_progress gst_message_parse_progress +gst_message_new_need_context +gst_message_add_context_type +gst_message_get_n_context_types +gst_message_parse_nth_context_type +gst_message_new_have_context +gst_message_parse_have_context + <SUBSECTION Standard> GstMessageClass GST_MESSAGE @@ -2286,6 +2317,13 @@ gst_query_has_scheduling_mode gst_query_has_scheduling_mode_with_flags gst_query_new_drain + +gst_query_new_context +gst_query_set_context +gst_query_parse_context +gst_query_add_context_type +gst_query_get_n_context_types +gst_query_parse_nth_context_type <SUBSECTION Standard> GstQueryClass GST_QUERY |