Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsrc.cc37 #define DEFAULT_IS_LIVE TRUE macro
135 gst_base_src_set_live (GST_BASE_SRC (src), DEFAULT_IS_LIVE); in gst_qt_src_init()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c59 #define DEFAULT_IS_LIVE FALSE macro
279 "Whether to act as a live source", DEFAULT_IS_LIVE, in gst_video_test_src_class_init()
402 gst_base_src_set_live (GST_BASE_SRC (src), DEFAULT_IS_LIVE); in gst_video_test_src_init()
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.c51 #define DEFAULT_IS_LIVE FALSE macro
142 DEFAULT_IS_LIVE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_image_freeze_class_init()
187 self->is_live = DEFAULT_IS_LIVE; in gst_image_freeze_init()
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.c105 #define DEFAULT_IS_LIVE FALSE macro
253 "Whether to act as a live source", DEFAULT_IS_LIVE, in gst_audio_test_src_class_init()
326 gst_base_src_set_live (GST_BASE_SRC (src), DEFAULT_IS_LIVE); in gst_audio_test_src_init()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c311 #define DEFAULT_IS_LIVE TRUE macro
1026 DEFAULT_IS_LIVE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtspsrc_class_init()
1468 src->is_live = DEFAULT_IS_LIVE; in gst_rtspsrc_init()