/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsturi.c | 405 gst_uri_unref (uri); in GST_START_TEST() 462 gst_uri_unref (uri); in GST_START_TEST() 519 gst_uri_unref (uri); in GST_START_TEST() 544 gst_uri_unref (url); in GST_START_TEST() 565 gst_uri_unref (joined); in GST_START_TEST() 566 gst_uri_unref (rel); in GST_START_TEST() 575 gst_uri_unref (joined); in GST_START_TEST() 576 gst_uri_unref (rel); in GST_START_TEST() 585 gst_uri_unref (joined); in GST_START_TEST() 586 gst_uri_unref (rel); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.h | 368 gst_uri_unref (GstUri * uri) in gst_uri_unref() function 386 void gst_uri_unref (GstUri * uri); 392 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstUri, gst_uri_unref)
|
D | gsturi.c | 1509 gst_uri_unref (new_rel_uri); in gst_uri_new_with_base() 1563 gst_uri_unref (uri_obj); in _gst_uri_from_string_internal() 1585 gst_uri_unref (uri_obj); in _gst_uri_from_string_internal() 1707 gst_uri_unref (new_rel_uri); in gst_uri_from_string_with_base() 1934 gst_uri_unref (base); in gst_uri_join_strings() 1935 gst_uri_unref (result); in gst_uri_join_strings() 2940 gst_uri_unref (GstUri * uri) in gst_uri_unref() function
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstmultifilesrc.c | 518 gst_uri_unref (uri); in gst_multi_file_src_uri_get_uri() 549 gst_uri_unref (gsturi); in gst_multi_file_src_uri_set_uri() 560 gst_uri_unref (gsturi); in gst_multi_file_src_uri_set_uri()
|
D | gstimagesequencesrc.c | 161 g_clear_pointer (&self->uri, gst_uri_unref); in gst_image_sequence_src_uri_set_uri() 282 g_clear_pointer (&self->uri, gst_uri_unref); in gst_image_sequence_src_dispose()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcice.c | 953 gst_uri_unref (ice->stun_server); in gst_webrtc_ice_set_stun_server() 973 gst_uri_unref (ice->turn_server); in gst_webrtc_ice_set_turn_server() 1071 gst_uri_unref (ice->turn_server); in gst_webrtc_ice_finalize() 1073 gst_uri_unref (ice->stun_server); in gst_webrtc_ice_finalize() 1195 (GDestroyNotify) gst_uri_unref); in gst_webrtc_ice_init()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdhelper.c | 171 gst_uri_unref (base); in gst_mpd_helper_combine_urls()
|
D | gstmpdclient.c | 249 gst_uri_unref (base_uri); in gst_mpd_client_fetch_external_segment_list() 250 gst_uri_unref (uri); in gst_mpd_client_fetch_external_segment_list() 754 gst_uri_unref (abs_url); in gst_mpd_client_parse_baseURL() 1164 gst_uri_unref (base_uri); in gst_mpd_client_fetch_external_periods() 1165 gst_uri_unref (uri); in gst_mpd_client_fetch_external_periods() 1499 gst_uri_unref (base_uri); in gst_mpd_client_fetch_external_adaptation_set() 1500 gst_uri_unref (uri); in gst_mpd_client_fetch_external_adaptation_set() 2109 gst_uri_unref (frag_url); in gst_mpd_client_get_next_fragment() 2116 gst_uri_unref (frag_url); in gst_mpd_client_get_next_fragment() 2132 gst_uri_unref (base_url); in gst_mpd_client_get_next_fragment()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpclient.c | 249 gst_uri_unref (uri); in gst_rtmp_location_get_string() 827 gst_uri_unref (query); in send_connect_done() 835 gst_uri_unref (query); in send_connect_done() 846 gst_uri_unref (query); in send_connect_done()
|
/third_party/gstreamer/gstplugins_bad/gst/rtp/ |
D | gstrtpsink.c | 115 gst_uri_unref (self->uri); in gst_rtp_sink_set_property() 212 gst_uri_unref (self->uri); in gst_rtp_sink_finalize()
|
D | gstrtpsrc.c | 194 gst_uri_unref (self->uri); in gst_rtp_src_set_property() 330 gst_uri_unref (self->uri); in gst_rtp_src_finalize()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/ |
D | gstrtmp2locationhandler.c | 242 gst_uri_unref (uri); in uri_handler_set_uri()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristsrc.c | 1415 gst_uri_unref (gsturi); in gst_rist_src_uri_set_uri() 1421 gst_uri_unref (src->uri); in gst_rist_src_uri_set_uri() 1434 gst_uri_unref (gsturi); in gst_rist_src_uri_set_uri()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtobject.c | 394 g_clear_pointer (&srtobject->uri, gst_uri_unref); in gst_srt_object_destroy() 863 g_clear_pointer (&srtobject->uri, gst_uri_unref); in gst_srt_object_set_uri()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 875 gst_uri_unref (gst_uri); in gst_type_find_get_extension()
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 1279 gst_tag_list_take, gst_uri_copy, gst_uri_ref, gst_uri_unref,
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1279 gst_tag_list_take, gst_uri_copy, gst_uri_ref, gst_uri_unref,
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 1279 gst_tag_list_take, gst_uri_copy, gst_uri_ref, gst_uri_unref,
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 1279 gst_tag_list_take, gst_uri_copy, gst_uri_ref, gst_uri_unref,
|
D | ChangeLog | 8592 Basically, you can use this instead of using `gst_uri_unref()` (which
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 1279 gst_tag_list_take, gst_uri_copy, gst_uri_ref, gst_uri_unref,
|