GNOME Bugzilla – Bug 708606
video-frame: offsets are not copied from metadata
Last modified: 2013-09-23 10:19:53 UTC
When mapping a video frame, copy the offsets found in the metadata to the GstVideoInfo or else the videoinfo would contain the default offsets, which could not match those of the mapped video frame.
Created attachment 255554 [details] [review] possible patch Update the GstVideoInfo with the offsets from the metadata.
commit 30a0cccbf6356a59adcc3cef26aa828252a81989 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Thu Sep 19 17:25:05 2013 +0200 video-frame: copy offsets from metadata Fixes https://bugzilla.gnome.org/show_bug.cgi?id=708606