Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c266 if (src->bye_reason) in rtp_source_reset()
267 g_free (src->bye_reason); in rtp_source_reset()
268 src->bye_reason = NULL; in rtp_source_reset()
346 g_free (src->bye_reason); in rtp_source_finalize()
810 result = g_strdup (src->bye_reason); in rtp_source_get_bye_reason()
1306 g_free (src->bye_reason); in rtp_source_mark_bye()
1307 src->bye_reason = g_strdup (reason); in rtp_source_mark_bye()
Drtpsource.h154 gchar *bye_reason; member
Drtpsession.c4103 if (source->bye_reason) in make_source_bye()
4104 gst_rtcp_packet_bye_set_reason (packet, source->bye_reason); in make_source_bye()
/third_party/gstreamer/gstplugins_good/
DChangeLog59405 source: also use the source for bye_reason