Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dplaybin-complex.c1833 GstElement *playbin_combiner; in GST_START_TEST() local
1853 g_object_get (G_OBJECT (playbin), "audio-stream-combiner", &playbin_combiner, in GST_START_TEST()
1855 fail_unless (playbin_combiner == NULL); in GST_START_TEST()
1856 g_object_get (G_OBJECT (playbin), "text-stream-combiner", &playbin_combiner, in GST_START_TEST()
1858 fail_unless (playbin_combiner == NULL); in GST_START_TEST()
1859 g_object_get (G_OBJECT (playbin), "video-stream-combiner", &playbin_combiner, in GST_START_TEST()
1861 fail_unless (playbin_combiner == NULL); in GST_START_TEST()
1874 g_object_get (G_OBJECT (playbin), "audio-stream-combiner", &playbin_combiner, in GST_START_TEST()
1876 fail_unless (playbin_combiner == adder); in GST_START_TEST()
1877 gst_object_unref (playbin_combiner); in GST_START_TEST()
[all …]