summaryrefslogtreecommitdiff
path: root/docs/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-21 15:47:01 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-21 15:47:01 +0100
commit6e0a7243947b16beb1b01cb5e5aeac98f95a43c1 (patch)
tree3f2fb21f26d9c8ff1766fb2018938384fadb4e62 /docs/gst
parent2f1ed6533946e19e1801be0a3d7cc628f056c26c (diff)
pad: Add destroy notify to pad functions
Add _full variants of the pad function setters that take a destroy notify. Make some macros that make the old method name pass NULL to this new function.
Diffstat (limited to 'docs/gst')
-rw-r--r--docs/gst/gstreamer-sections.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index 77fd0c765..93c3d0f8d 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -1617,30 +1617,38 @@ gst_pad_new_from_template
gst_pad_new_from_static_template
gst_pad_set_chain_function
+gst_pad_set_chain_function_full
GstPadChainFunction
gst_pad_set_chain_list_function
+gst_pad_set_chain_list_function_full
GstPadChainListFunction
gst_pad_get_range
gst_pad_set_getrange_function
+gst_pad_set_getrange_function_full
GstPadGetRangeFunction
gst_pad_set_event_function
+gst_pad_set_event_function_full
GstPadEventFunction
gst_pad_set_link_function
+gst_pad_set_link_function_full
GstPadLinkFunction
gst_pad_set_unlink_function
+gst_pad_set_unlink_function_full
GstPadUnlinkFunction
gst_pad_proxy_query_caps
gst_pad_proxy_query_accept_caps
gst_pad_set_activate_function
+gst_pad_set_activate_function_full
GstPadActivateFunction
gst_pad_set_activatemode_function
+gst_pad_set_activatemode_function_full
GstPadActivateModeFunction
gst_pad_check_reconfigure
@@ -1672,8 +1680,10 @@ gst_pad_peer_query_accept_caps
gst_pad_peer_query_caps
gst_pad_set_query_function
+gst_pad_set_query_function_full
GstPadQueryFunction
gst_pad_set_iterate_internal_links_function
+gst_pad_set_iterate_internal_links_function_full
GstPadIterIntLinkFunction
gst_pad_iterate_internal_links
gst_pad_iterate_internal_links_default