GNOME Bugzilla – Bug 680667
vp8enc: initiate encoder to fix a crash.
Last modified: 2012-08-05 18:37:37 UTC
Created attachment 219706 [details] [review] patch Without this patch vp8enc send header before and after first key frame. On second header 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
Pushed, thanks! commit 94337d05a503aafc403fdaecff2192e11249c94f Author: Oleksij Rempel <bug-track@fisher-privat.net> Date: Thu Jul 26 19:31:14 2012 +0200 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