Searched refs:fakesink2 (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmuxsinktimecode.c | 236 GstElement *fakesink2; in test_playback() local 250 fakesink2 = gst_element_factory_make ("fakesink", NULL); in test_playback() 251 fail_if (fakesink2 == NULL); in test_playback() 252 g_object_set (G_OBJECT (pipeline), "audio-sink", fakesink2, NULL); in test_playback() 460 GstElement *fakesink2; in count_frames() local 475 fakesink2 = gst_element_factory_make ("fakesink", NULL); in count_frames() 476 fail_if (fakesink2 == NULL); in count_frames() 477 g_object_set (G_OBJECT (pipeline), "audio-sink", fakesink2, NULL); in count_frames()
|
D | splitmuxsrc.c | 224 GstElement *fakesink2; in test_playback() local 238 fakesink2 = gst_element_factory_make ("fakesink", NULL); in test_playback() 239 fail_if (fakesink2 == NULL); in test_playback() 240 g_object_set (G_OBJECT (pipeline), "audio-sink", fakesink2, NULL); in test_playback()
|
D | splitmuxsink.c | 230 GstElement *fakesink2; in test_playback() local 244 fakesink2 = gst_element_factory_make ("fakesink", NULL); in test_playback() 245 fail_if (fakesink2 == NULL); in test_playback() 246 g_object_set (G_OBJECT (pipeline), "audio-sink", fakesink2, NULL); in test_playback()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | playbin.c | 247 GstElement *playbin, *fakesink1, *fakesink2; in create_playbin() local 255 fakesink2 = gst_element_factory_make ("fakesink", NULL); in create_playbin() 256 fail_unless (fakesink2 != NULL, "Failed to create fakesink element #2"); in create_playbin() 260 g_object_set (fakesink2, "sync", TRUE, NULL); in create_playbin() 263 g_object_set (playbin, "audio-sink", fakesink2, NULL); in create_playbin()
|