GNOME Bugzilla – Bug 711156
androidmedia: fix access to invalid buffers in the decoding loop
Last modified: 2013-10-30 17:01:44 UTC
Flushing the decoder invalidates all buffers, so it should be done after quiting the decoding loop. Otherwise we can jump into "failed_release" and stop everything
Created attachment 258591 [details] [review] androidmedia: fix access to invalid buffers in the decoding loop
Comment on attachment 258591 [details] [review] androidmedia: fix access to invalid buffers in the decoding loop Please go ahead, also backport to 1.2 branch :)