diff --git a/tests/check/elements/rtp-payloading.c b/tests/check/elements/rtp-payloading.c index 872d951935..d168011963 100644 --- a/tests/check/elements/rtp-payloading.c +++ b/tests/check/elements/rtp-payloading.c @@ -791,8 +791,8 @@ GST_START_TEST (rtp_h264depay_bytestream) GstBuffer *buf; GstSample *s; GstCaps *caps; - guint32 dw; - guint8 b; + guint32 dw = 0; + guint8 b = 0; guint off, left; s = rtp_h264depay_run ("byte-stream");