Home
last modified time | relevance | path

Searched refs:GST_SRT_DEFAULT_URI_SCHEME (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.h33 #define GST_SRT_DEFAULT_URI_SCHEME "srt" macro
37 #define GST_SRT_DEFAULT_URI GST_SRT_DEFAULT_URI_SCHEME"://"GST_SRT_DEFAULT_HOST":"G_STRINGIFY(GST_S…
Dgstsrtsink.c397 static const gchar *protocols[] = { GST_SRT_DEFAULT_URI_SCHEME, NULL }; in gst_srt_sink_uri_get_protocols()
Dgstsrtsrc.c453 static const gchar *protocols[] = { GST_SRT_DEFAULT_URI_SCHEME, NULL }; in gst_srt_src_uri_get_protocols()
Dgstsrtobject.c856 if (!g_str_has_prefix (uri, GST_SRT_DEFAULT_URI_SCHEME)) { in gst_srt_object_set_uri()