Searched refs:DEFAULT_LOCATION (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 30 #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/ |
D | gstmultifilesrc.c | 86 #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()
|
D | gstsplitfilesrc.c | 57 #define DEFAULT_LOCATION NULL macro 114 DEFAULT_LOCATION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_split_file_src_class_init()
|
D | gstimagesequencesrc.c | 92 #define DEFAULT_LOCATION "%05d" macro 303 "index.", DEFAULT_LOCATION, in gst_image_sequence_src_class_init()
|
D | gstmultifilesink.c | 82 #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/ |
D | gsthlssink.c | 47 #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()
|
D | gsthlssink2.c | 58 #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/ |
D | gstrtmpsink.c | 56 #define DEFAULT_LOCATION NULL macro 108 DEFAULT_LOCATION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtmp_sink_class_init()
|
D | gstrtmpsrc.c | 90 #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/ |
D | gstneonhttpsrc.c | 52 #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/ |
D | gstcamerabin2.c | 225 #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/ |
D | gstfilesink.c | 108 #define DEFAULT_LOCATION NULL macro
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 271 #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()
|