Searched refs:DEFAULT_SYNC (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautodetect.c | 31 #define DEFAULT_SYNC TRUE macro 86 "Sync on the clock", DEFAULT_SYNC, in gst_auto_detect_class_init() 174 self->sync = DEFAULT_SYNC; in gst_auto_detect_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstclocksync.c | 57 #define DEFAULT_SYNC TRUE macro 126 "Synchronize to pipeline clock", DEFAULT_SYNC, in gst_clock_sync_class_init() 206 clocksync->sync = DEFAULT_SYNC; in gst_clock_sync_init()
|
D | gstfakesrc.c | 79 #define DEFAULT_SYNC FALSE macro 284 DEFAULT_SYNC, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_fake_src_class_init() 377 fakesrc->sync = DEFAULT_SYNC; in gst_fake_src_init()
|
D | gstfakesink.c | 63 #define DEFAULT_SYNC FALSE macro 262 gst_base_sink_set_sync (GST_BASE_SINK (fakesink), DEFAULT_SYNC); in gst_fake_sink_init()
|
D | gstidentity.c | 73 #define DEFAULT_SYNC FALSE macro 212 "Synchronize to pipeline clock", DEFAULT_SYNC, in gst_identity_class_init() 340 identity->sync = DEFAULT_SYNC; in gst_identity_init()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | fpsdisplaysink.c | 69 #define DEFAULT_SYNC TRUE macro 131 "have this property it will be ignored", DEFAULT_SYNC, in fps_display_sink_class_init() 331 self->sync = DEFAULT_SYNC; in fps_display_sink_init()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglsinkbin.c | 51 #define DEFAULT_SYNC TRUE macro 143 g_param_spec_boolean ("sync", "Sync", "Sync on the clock", DEFAULT_SYNC, in gst_gl_sink_bin_class_init()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesink.c | 321 #define DEFAULT_SYNC TRUE macro 483 g_param_spec_boolean ("sync", "Sync", "Sync on the clock", DEFAULT_SYNC, in gst_base_sink_class_init() 746 basesink->sync = DEFAULT_SYNC; in gst_base_sink_init()
|