tests: mpeg2dec: initialize variable
... which avoids test segfaulting.
This commit is contained in:
parent
185b625bf9
commit
f12ee2cbe7
@ -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…
x
Reference in New Issue
Block a user