Searched refs:hsink (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstharness.h | 75 GstStaticPadTemplate * hsink, 82 GstStaticPadTemplate * hsink, 98 GstStaticPadTemplate * hsink);
|
D | gstharness.c | 747 GstStaticPadTemplate * hsink, const gchar * element_srcpad_name) in gst_harness_add_element_full() argument 765 gst_harness_setup_sink_pad (h, hsink, element_srcpad_name); in gst_harness_add_element_full() 831 GstStaticPadTemplate * hsink, const gchar * element_srcpad_name) in gst_harness_new_full() argument 836 hsrc, element_sinkpad_name, hsink, element_srcpad_name); in gst_harness_new_full() 923 GstStaticPadTemplate * hsrc, GstStaticPadTemplate * hsink) in gst_harness_new_with_templates() argument 929 h = gst_harness_new_full (element, hsrc, "sink", hsink, "src"); in gst_harness_new_with_templates()
|