projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ed0a3
)
rtpjitterbuffer: Clear last_pt on flush-stop.
author
Jan Schmidt
<jan@centricular.com>
Tue, 22 Apr 2014 07:07:38 +0000
(17:07 +1000)
committer
Jan Schmidt
<jan@centricular.com>
Wed, 23 Apr 2014 08:54:16 +0000
(18:54 +1000)
Otherwise, we don't recheck the buffer caps for clock-rate
properly on the next chain.
gst/rtpmanager/gstrtpjitterbuffer.c
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/gstrtpjitterbuffer.c
b/gst/rtpmanager/gstrtpjitterbuffer.c
index 06ecaf2befb1e9ba3ca8cd566a6911064789adb4..17d15197d650a081e4b1cfb3df16cc84a8e111d0 100644
(file)
--- a/
gst/rtpmanager/gstrtpjitterbuffer.c
+++ b/
gst/rtpmanager/gstrtpjitterbuffer.c
@@
-1175,6
+1175,7
@@
gst_rtp_jitter_buffer_flush_stop (GstRtpJitterBuffer * jitterbuffer)
priv->packet_spacing = 0;
priv->next_in_seqnum = -1;
priv->clock_rate = -1;
+ priv->last_pt = -1;
priv->eos = FALSE;
priv->estimated_eos = -1;
priv->last_elapsed = 0;