tests: mpeg2dec: initialize variable

... which avoids test segfaulting.
This commit is contained in:
Mark Nauwelaerts 2012-09-06 14:42:51 +02:00
parent 185b625bf9
commit f12ee2cbe7

View file

@ -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 ();