Searched refs:stream_uris (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturidecodebin.c | 1497 static const gchar *stream_uris[] = { "http://", "https://", "mms://", variable 1504 static const gchar *stream_uris[] = { "http://", "https://", "mms://", variable 1523 #define IS_STREAM_URI(uri) (array_has_uri_value (stream_uris, uri))
|
D | gsturisourcebin.c | 1433 static const gchar *stream_uris[] = { "http://", "https://", "mms://", variable 1451 #define IS_STREAM_URI(uri) (array_has_uri_value (stream_uris, uri))
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 13244 Protocols that are in the stream_uris list should always 139271 …gst/playback/gstplaybasebin.c: Included "myth://" on stream_uris list for enable buffering to myth… 139274 Included "myth://" on stream_uris list for enable buffering to mythtv files
|