mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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);
|
while (result == GST_FLOW_OK);
|
||||||
|
/* store result for upstream */
|
||||||
|
priv->srcresult = result;
|
||||||
JBUF_UNLOCK (priv);
|
JBUF_UNLOCK (priv);
|
||||||
|
|
||||||
/* if we get here we need to pause */
|
/* if we get here we need to pause */
|
||||||
|
|
Loading…
Reference in a new issue