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
@ -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…
x
Reference in New Issue
Block a user