Home
last modified time | relevance | path

Searched refs:gst_uri_get_query_table (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtp/
Dgstrtp-utils.c31 hash_table = gst_uri_get_query_table (uri); in gst_rtp_utils_set_properties_from_uri_query()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c865 tmp_table = gst_uri_get_query_table (url1); in GST_START_TEST()
886 fail_unless (gst_uri_get_query_table (url2) == NULL); in GST_START_TEST()
902 fail_unless (gst_uri_get_query_table (url2) == NULL); in GST_START_TEST()
917 fail_unless (gst_uri_get_query_table (url2) == NULL); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h323 GHashTable * gst_uri_get_query_table (const GstUri * uri);
Dgsturi.c2638 gst_uri_get_query_table (const GstUri * uri) in gst_uri_get_query_table() function
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstimagesequencesrc.c166 query = gst_uri_get_query_table (ruri); in gst_image_sequence_src_uri_set_uri()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsrc.c1429 query_table = gst_uri_get_query_table (gsturi); in gst_rist_src_uri_set_uri()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c871 query_table = gst_uri_get_query_table (srtobject->uri); in gst_srt_object_set_uri()