mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtpjitterbuffer: Fix uninitialized variable compiler warning
This commit is contained in:
parent
6dd9142592
commit
d4bdf5a1b1
1 changed files with 1 additions and 0 deletions
|
@ -2534,6 +2534,7 @@ pop_and_push_next (GstRtpJitterBuffer * jitterbuffer, guint seqnum)
|
|||
res = gst_pad_peer_query (priv->srcpad, outquery);
|
||||
|
||||
JBUF_LOCK_CHECK (priv, out_flushing);
|
||||
result = GST_FLOW_OK;
|
||||
GST_LOG_OBJECT (jitterbuffer, "did query %p, return %d", outquery, res);
|
||||
JBUF_SIGNAL_QUERY (priv, res);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue