rtsp-media: Initialize scalar variable

CID 1418985
This commit is contained in:
Thibault Saunier 2017-10-09 14:44:40 +02:00
parent f053781dd5
commit 8608c1cae4

View file

@ -625,7 +625,7 @@ typedef struct
static void
do_query_stop (GstRTSPStream * stream, DoQueryStopData * data)
{
gint64 tmp;
gint64 tmp = 0;
if (gst_rtsp_stream_query_stop (stream, &tmp)) {
data->stop = MAX (data->stop, tmp);