Searched refs:gst_uri_construct (Results 1 – 6 of 6) sorted by relevance
91 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()
155 gchar * gst_uri_construct (const gchar * protocol,
510 gst_uri_construct (const gchar * protocol, const gchar * location) in gst_uri_construct() function
137 uri = gst_uri_construct ("imagesequence", self->path); in gst_image_sequence_src_uri_get_uri()
1400 (gst_uri_construct): escape string.
16686 testing deprecated API such as gst_uri_construct().16697 The gst_uri_construct function was escaping the location string94932 (gst_uri_construct), (gst_uri_handler_set_uri):