diff options
author | Matthew Waters <matthew@centricular.com> | 2016-03-25 01:28:18 +0000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-04-06 23:26:41 +1000 |
commit | f87630663856e15ef6d6e93b40a1f01f56aaa718 (patch) | |
tree | 455d662b7347daf376a9996292dd6003f786b2fa /win32/common/libgstreamer.def | |
parent | 4503232f838c16b776c72c8776f67c12af2e0d41 (diff) |
utils: expose pad_link_maybe_ghosting
This is a useful function to automatically add ghost pads when linking
two elements across bin boundaries without know their exact parentage.
e.g. when using gst_parse_bin_from_description (with or without it ghosting pads),
one can simply retreive the src/sink pads from the bin to link to another pad.
Similar functionality is provided by gst_element_link_pads{_full}() however only
by pad name rather than by actual pads.
API: gst_pad_link_maybe_ghosting_full
https://bugzilla.gnome.org/show_bug.cgi?id=764176
Diffstat (limited to 'win32/common/libgstreamer.def')
-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 3fa3c401a..c41c86a03 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -857,6 +857,7 @@ EXPORTS gst_pad_link_check_get_type gst_pad_link_full gst_pad_link_get_name + gst_pad_link_maybe_ghosting_full gst_pad_link_return_get_type gst_pad_mark_reconfigure gst_pad_mode_get_name |