Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
b7b244f3
Commit
b7b244f3
authored
Sep 13, 2015
by
Mark Nauwelaerts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtpjitterbuffer: reset just a bit more upon flush_stop
parent
1e7a3473
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gst/rtpmanager/gstrtpjitterbuffer.c
gst/rtpmanager/gstrtpjitterbuffer.c
+1
-0
No files found.
gst/rtpmanager/gstrtpjitterbuffer.c
View file @
b7b244f3
...
...
@@ -1315,6 +1315,7 @@ gst_rtp_jitter_buffer_flush_stop (GstRtpJitterBuffer * jitterbuffer)
priv
->
avg_jitter
=
0
;
priv
->
last_dts
=
-
1
;
priv
->
last_rtptime
=
-
1
;
priv
->
last_in_dts
=
0
;
GST_DEBUG_OBJECT
(
jitterbuffer
,
"flush and reset jitterbuffer"
);
rtp_jitter_buffer_flush
(
priv
->
jbuf
,
(
GFunc
)
free_item
,
NULL
);
rtp_jitter_buffer_disable_buffering
(
priv
->
jbuf
,
FALSE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment