Home
last modified time | relevance | path

Searched refs:gst_uri_construct (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c91 ASSERT_CRITICAL (l = gst_uri_construct (NULL, "/path/to/file")); in GST_START_TEST()
93 ASSERT_CRITICAL (l = gst_uri_construct ("", "/path/to/file")); in GST_START_TEST()
97 ASSERT_CRITICAL (l = gst_uri_construct ("protocol", NULL)); in GST_START_TEST()
101 l = gst_uri_construct ("protocol1234567890+-.", "somefile"); in GST_START_TEST()
107 l = gst_uri_construct ("aprotocol", in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h155 gchar * gst_uri_construct (const gchar * protocol,
Dgsturi.c510 gst_uri_construct (const gchar * protocol, const gchar * location) in gst_uri_construct() function
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstimagesequencesrc.c137 uri = gst_uri_construct ("imagesequence", self->path); in gst_image_sequence_src_uri_get_uri()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.81400 (gst_uri_construct): escape string.
/third_party/gstreamer/gstreamer/
DChangeLog16686 testing deprecated API such as gst_uri_construct().
16697 The gst_uri_construct function was escaping the location string
94932 (gst_uri_construct), (gst_uri_handler_set_uri):