Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspurl.h109 gchar** gst_rtsp_url_decode_path_components
Dgstrtspurl.c454 gst_rtsp_url_decode_path_components (const GstRTSPUrl * url) in gst_rtsp_url_decode_path_components() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtsp.c97 comps = gst_rtsp_url_decode_path_components (url); in GST_START_TEST()
120 comps = gst_rtsp_url_decode_path_components (url); in GST_START_TEST()
143 comps = gst_rtsp_url_decode_path_components (url); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/
DChangeLog109341 rtsp: Fix memory leaks in the gst_rtsp_url_decode_path_components() unit tests
109443 add gst_rtsp_url_decode_path_components
109445 * gst-libs/gst/rtsp/gstrtspurl.c (gst_rtsp_url_decode_path_components):