mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
rtsp-media: Initialize scalar variable
CID 1418985
This commit is contained in:
parent
f053781dd5
commit
8608c1cae4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue