projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0ff10
)
rtpsession: reset state after scheduling BYE
author
George Kiagiadakis
<george.kiagiadakis@collabora.com>
Thu, 12 Dec 2013 09:32:48 +0000
(10:32 +0100)
committer
Wim Taymans
<wtaymans@redhat.com>
Thu, 12 Dec 2013 09:32:48 +0000
(10:32 +0100)
After we do RTCP, we are not scheduling bye anymore.
gst/rtpmanager/rtpsession.c
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/rtpsession.c
b/gst/rtpmanager/rtpsession.c
index 10748660328aeea0d2fe517084dae48392fa344e..929c40412edfd16b2ea0282ce04a0692ca30508b 100644
(file)
--- a/
gst/rtpmanager/rtpsession.c
+++ b/
gst/rtpmanager/rtpsession.c
@@
-3614,6
+3614,7
@@
rtp_session_on_timeout (RTPSession * sess, GstClockTime current_time,
sess->last_rtcp_send_time = data.current_time;
sess->first_rtcp = FALSE;
sess->next_early_rtcp_time = GST_CLOCK_TIME_NONE;
+ sess->scheduled_bye = FALSE;
done:
RTP_SESSION_UNLOCK (sess);