[MOVED FROM BAD 121/134] vp8enc: initiate encoder to fix a crash.
authorOleksij Rempel <bug-track@fisher-privat.net>
Thu, 26 Jul 2012 17:31:14 +0000 (19:31 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:31:10 +0000 (15:31 +0200)
commit4cb020932c62887f4050c71b684cdadf27bc5385
tree7c2d645c4760841533a61186f7e0b91d7b23ce3c
parent16db1b677a73934770abff86e3b67e28a5b0b2f6
[MOVED FROM BAD 121/134] vp8enc: initiate encoder to fix a crash.

Without this patch vp8enc send header before and after first
key frame. On second keyframe vp8dec will crash without getting
decoded frame. With this pipe it is easy to reproduce this issue:
gst-launch-1.0 videotestsrc ! vp8enc ! vp8dec ! fakesink

https://bugzilla.gnome.org/show_bug.cgi?id=680667
ext/vp8/gstvp8enc.c