pcapparse: fix compiler warning
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 27 Jul 2011 09:56:15 +0000 (10:56 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 27 Jul 2011 09:56:15 +0000 (10:56 +0100)
commite910e2888b1d5917d8227f014adb3f94a342999b
treee222920147eea68cc8b7481cda2e0bd3f74aab3c
parent046af98b301396570488a56443fdd1d8c5aacd79
pcapparse: fix compiler warning

gstpcapparse.c: In function 'gst_pcap_parse_chain':
gstpcapparse.c:381:6: error: 'eth_type' may be used uninitialized in this function [-Werror=uninitialized]
gstpcapparse.c:354:11: note: 'eth_type' was declared here
gst/pcapparse/gstpcapparse.c