GNOME Bugzilla – Bug 787628
omxvideodec: log info about frame before releasing it
Last modified: 2017-09-14 16:45:47 UTC
.
Created attachment 359725 [details] [review] omxvideodec: log info about frame before releasing it gst_video_decoder_release_frame() takes ownership of the frame and will destroy it. So we should no longer use it after calling it.
Thanks. Pushed to master and 1.12/1.10 branches. I have removed the accidental common submodule reverts in your patch before committing. commit 1bc6976b7b8c11ad9dc47fa5a6333f6bc6cddd81 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Wed Sep 13 15:32:51 2017 +0200 omxvideodec: log info about frame before releasing it gst_video_decoder_release_frame() takes ownership of the frame and will destroy it. So we should no longer use it after calling it. https://bugzilla.gnome.org/show_bug.cgi?id=787628