Searched refs:GstPadLinkCheck (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.h | 232 } GstPadLinkCheck; typedef 1446 GstPadLinkReturn gst_pad_link_full (GstPad *srcpad, GstPad *sinkpad, GstPadLinkCheck flags…
|
D | gstutils.h | 1023 GstPadLinkCheck flags); 1100 GstPadLinkCheck flags);
|
D | gstutils.c | 1691 pad_link_maybe_ghosting (GstPad * src, GstPad * sink, GstPadLinkCheck flags) in pad_link_maybe_ghosting() 1734 GstPadLinkCheck flags) in gst_pad_link_maybe_ghosting_full() 1804 GstElement * dest, const gchar * destpadname, GstPadLinkCheck flags) in gst_element_link_pads_full()
|
D | gstpad.c | 2250 GstPadLinkCheck flags) in gst_pad_link_check_compatible_unlocked() 2380 gst_pad_link_prepare (GstPad * srcpad, GstPad * sinkpad, GstPadLinkCheck flags) in gst_pad_link_prepare() 2502 gst_pad_link_full (GstPad * srcpad, GstPad * sinkpad, GstPadLinkCheck flags) in gst_pad_link_full()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 20312 as a GstPadLinkCheck to avoid creating another gst_pad_link variant. 46951 pad: add GST_PAD_LINK_CHECK_DEFAULT to GstPadLinkCheck 76869 API: GstPadLinkCheck
|