rtpjitterbuffer: pass downstream flowreturn to upstream

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=712722
This commit is contained in:
Wim Taymans 2013-11-22 12:26:21 +01:00
parent f8f2fc3e86
commit 4c9474905b

View file

@ -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 */