rtpjitterbuffer: fix compiler warning
unused variable ‘estimated’
This commit is contained in:
parent
84d45b900c
commit
0bb2be3a7e
@ -1500,10 +1500,11 @@ flushing:
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
static GstClockTime
|
||||
compute_elapsed (GstRtpJitterBuffer * jitterbuffer, GstBuffer * outbuf)
|
||||
{
|
||||
guint64 ext_time, elapsed, estimated;
|
||||
guint64 ext_time, elapsed;
|
||||
guint32 rtp_time;
|
||||
GstRtpJitterBufferPrivate *priv;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user