diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-05-06 15:16:09 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-05-14 11:39:34 +0200 |
commit | a216426bb60fcbda83fc28a8e2073964c51bfd8e (patch) | |
tree | 690a7414bd18a1bd6434ae02640f2d3372c69ba8 /win32 | |
parent | e8688b62b2d0536509c3b35bb962fa4dfe0de7d4 (diff) |
ghostpad: API: Expose gst_proxy_pad_get_internal()
This allows to get the internal pad of ghostpads and
proxypads without using gst_pad_iterate_internal_links()
and is much more convenient.
The internal pad of a ghostpad is the pad of the opposite direction
that is used to link to the ghostpad target.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index ca4154d98..e0e98e917 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -832,6 +832,7 @@ EXPORTS gst_print_element_args gst_print_pad_caps gst_progress_type_get_type + gst_proxy_pad_get_internal gst_proxy_pad_get_type gst_qos_type_get_type gst_query_add_buffering_range |