mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests: mpeg2dec: initialize variable
... which avoids test segfaulting.
This commit is contained in:
parent
185b625bf9
commit
f12ee2cbe7
1 changed files with 1 additions and 1 deletions
|
@ -1821,7 +1821,7 @@ GST_START_TEST (test_decode_stream2)
|
|||
int i, num_buffers;
|
||||
GstCaps *out_caps;
|
||||
GstCaps *caps;
|
||||
guint offset;
|
||||
guint offset = 0;
|
||||
|
||||
mpeg2dec = setup_mpeg2dec ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue