Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbin.h109 #define GST_BIN_CHILDREN(bin) (GST_BIN_CAST(bin)->children) macro
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dautodetect.c103 child = GST_BIN_CHILDREN (sink); in test_plugs_best()