Home
last modified time | relevance | path

Searched refs:othersink (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c1405 GstElement *src, *sink, *othersrc, *othersink; in test_link() local
1433 othersink = gst_element_factory_make ("fakesink", NULL); in test_link()
1436 fail_unless (gst_element_link_pads (src, srcpad, othersink, NULL)); in test_link()
1471 gst_object_unref (othersink); in test_link()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c1555 gboolean othersink, othersource, otherprovider, otherrequirer, found; in gst_bin_remove_func() local
1586 othersink = FALSE; in gst_bin_remove_func()
1613 if (is_sink && !othersink && child_sink) in gst_bin_remove_func()
1614 othersink = TRUE; in gst_bin_remove_func()
1639 if (is_sink && !othersink in gst_bin_remove_func()