mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtpjitterbuffer: pass downstream flowreturn to upstream
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=712722
This commit is contained in:
parent
f8f2fc3e86
commit
4c9474905b
1 changed files with 2 additions and 0 deletions
|
@ -2748,6 +2748,8 @@ gst_rtp_jitter_buffer_loop (GstRtpJitterBuffer * jitterbuffer)
|
|||
}
|
||||
}
|
||||
while (result == GST_FLOW_OK);
|
||||
/* store result for upstream */
|
||||
priv->srcresult = result;
|
||||
JBUF_UNLOCK (priv);
|
||||
|
||||
/* if we get here we need to pause */
|
||||
|
|
Loading…
Reference in a new issue