avcodecmap: Don't allocate dummy codec data anymore, it causes crashes nowadays
authorSebastian Dröge <sebastian@centricular.com>
Sat, 3 Oct 2015 17:25:35 +0000 (18:25 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 5 Oct 2015 11:15:44 +0000 (12:15 +0100)
commit4d1a6a0896ba25e8d88fca179222ae54d7e0efc8
tree9a81b567c8a74dd5eb21db02ed84884a5fe9d678
parentba101f919f6c37aa553400d258f08f3ff78952b9
avcodecmap: Don't allocate dummy codec data anymore, it causes crashes nowadays

Multithreaded encoders are going to free this dummy codec data twice, e.g.
with this pipeline
  gst-launch-1.0 videotestsrc num-buffers=40 ! \
    videoconvert ! avenc_mjpeg ! fakesink
ext/libav/gstavcodecmap.c