Searched refs:sink2_sync (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | input-selector-test.c | 108 GstElement *sink1_sync, *sink2_sync, *capsfilter; in main() local 134 sink2_sync = gst_element_factory_make ("identity", "sink1_sync"); in main() 135 g_object_set (G_OBJECT (sink2_sync), "sync", TRUE, NULL); in main() 137 video_sink, sink1_sync, sink2_sync, capsfilter, NULL); in main() 141 gst_element_link (capsfilter, sink2_sync); in main() 142 gst_element_link (sink2_sync, video_switch); in main()
|