Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2locationhandler.c30 #define DEFAULT_LOCATION "rtmp://" DEFAULT_HOST "/" DEFAULT_APPLICATION "/" DEFAULT_STREAM macro
50 "Location", "Location of RTMP stream to access", DEFAULT_LOCATION, in gst_rtmp_location_handler_default_init()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesrc.c86 #define DEFAULT_LOCATION "%05d" macro
155 "index.", DEFAULT_LOCATION, in gst_multi_file_src_class_init()
209 multifilesrc->filename = g_strdup (DEFAULT_LOCATION); in gst_multi_file_src_init()
Dgstsplitfilesrc.c57 #define DEFAULT_LOCATION NULL macro
114 DEFAULT_LOCATION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_split_file_src_class_init()
Dgstimagesequencesrc.c92 #define DEFAULT_LOCATION "%05d" macro
303 "index.", DEFAULT_LOCATION, in gst_image_sequence_src_class_init()
Dgstmultifilesink.c82 #define DEFAULT_LOCATION "%05d" macro
303 multifilesink->filename = g_strdup (DEFAULT_LOCATION); in gst_multi_file_sink_init()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink.c47 #define DEFAULT_LOCATION "segment%05d.ts" macro
146 "Location of the file to write", DEFAULT_LOCATION, in gst_hls_sink_class_init()
191 sink->location = g_strdup (DEFAULT_LOCATION); in gst_hls_sink_init()
Dgsthlssink2.c58 #define DEFAULT_LOCATION "segment%05d.ts" macro
223 "Location of the file to write", DEFAULT_LOCATION, in gst_hls_sink2_class_init()
344 sink->location = g_strdup (DEFAULT_LOCATION); in gst_hls_sink2_init()
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsink.c56 #define DEFAULT_LOCATION NULL macro
108 DEFAULT_LOCATION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtmp_sink_class_init()
Dgstrtmpsrc.c90 #define DEFAULT_LOCATION NULL macro
142 DEFAULT_LOCATION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtmp_src_class_init()
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c52 #define DEFAULT_LOCATION "http://" HTTP_DEFAULT_HOST ":" G_STRINGIFY(HTTP_DEFAULT_PORT) macro
242 gst_neonhttp_src_set_location (src, DEFAULT_LOCATION, NULL); in gst_neonhttp_src_init()
738 src->uri.host = g_strdup (DEFAULT_LOCATION); in gst_neonhttp_src_set_location()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c225 #define DEFAULT_LOCATION "cap_%d" macro
649 DEFAULT_LOCATION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_camera_bin_class_init()
862 camera->location = g_strdup (DEFAULT_LOCATION); in gst_camera_bin_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesink.c108 #define DEFAULT_LOCATION NULL macro
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c271 #define DEFAULT_LOCATION NULL macro
596 DEFAULT_LOCATION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtspsrc_class_init()
1425 src->conninfo.location = g_strdup (DEFAULT_LOCATION); in gst_rtspsrc_init()