diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-15 18:16:24 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-15 18:16:24 +0100 |
commit | f746174c1063b7200fb71d7e2fd76974897f066b (patch) | |
tree | 4443210f71684286f8164d8f52fd2612ac7cfde2 /docs/gst | |
parent | e85198bc321438882b6e0934925281c28616003e (diff) |
pad: move query convenience functions together
Move the caps convenience functions to the other query functions.
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 8bfb90b22..cfbdc65a1 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1589,14 +1589,12 @@ gst_pad_unlink gst_pad_is_linked gst_pad_can_link -gst_pad_query_caps gst_pad_get_allowed_caps gst_pad_get_current_caps gst_pad_get_pad_template_caps gst_pad_set_caps gst_pad_get_peer -gst_pad_peer_query_caps gst_pad_use_fixed_caps gst_pad_has_current_caps @@ -1638,13 +1636,9 @@ GstPadLinkFunction gst_pad_set_unlink_function GstPadUnlinkFunction -gst_pad_query_accept_caps - gst_pad_proxy_query_caps gst_pad_proxy_query_accept_caps -gst_pad_peer_query_accept_caps - gst_pad_set_activate_function GstPadActivateFunction @@ -1666,13 +1660,21 @@ gst_pad_event_default gst_pad_query gst_pad_peer_query + gst_pad_query_default + gst_pad_query_position gst_pad_query_duration gst_pad_query_convert +gst_pad_query_accept_caps +gst_pad_query_caps + gst_pad_peer_query_position gst_pad_peer_query_duration gst_pad_peer_query_convert +gst_pad_peer_query_accept_caps +gst_pad_peer_query_caps + gst_pad_set_query_function GstPadQueryFunction gst_pad_set_iterate_internal_links_function |