Skip to content
  • Tim-Philipp Müller's avatar
    pcapparse: fix compiler warning · e910e288
    Tim-Philipp Müller authored
    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
    e910e288