mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
basevideodecoder: Initialize some variables to make gcc 4.6 happy
This commit is contained in:
parent
5d754e549a
commit
44da64d86b
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ gst_base_video_decoder_src_event (GstPad * pad, GstEvent * event)
|
|||
GstSeekFlags flags;
|
||||
GstSeekType cur_type, stop_type;
|
||||
gint64 cur, stop;
|
||||
gint64 tcur, tstop;
|
||||
gint64 tcur = -1, tstop = -1;
|
||||
|
||||
GST_DEBUG ("seek event");
|
||||
|
||||
|
|
Loading…
Reference in a new issue