1. Fix the code which is wrong coding style.
2. Fix a typing error of comment.
https://bugzilla.gnome.org/show_bug.cgi?id=751316
JBUF_WAIT_EVENT (priv, flushing);
result = GST_FLOW_OK;
}
- }
- while (result == GST_FLOW_OK);
+ } while (result == GST_FLOW_OK);
/* store result for upstream */
priv->srcresult = result;
/* if we get here we need to pause */
RTPJitterBufferItem *high_buf = NULL, *low_buf = NULL;
guint64 level;
- /* first first buffer with timestamp */
+ /* first buffer with timestamp */
high_buf = (RTPJitterBufferItem *) g_queue_peek_tail_link (jbuf->packets);
while (high_buf) {
if (high_buf->dts != -1 || high_buf->pts != -1)