After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708606 - video-frame: offsets are not copied from metadata
video-frame: offsets are not copied from metadata
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-23 09:51 UTC by Wim Taymans
Modified: 2013-09-23 10:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
possible patch (1.11 KB, patch)
2013-09-23 09:52 UTC, Wim Taymans
committed Details | Review

Description Wim Taymans 2013-09-23 09:51:38 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.
Comment 1 Wim Taymans 2013-09-23 09:52:47 UTC
Created attachment 255554 [details] [review]
possible patch

Update the GstVideoInfo with the offsets from the metadata.
Comment 2 Wim Taymans 2013-09-23 10:16:15 UTC
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