[Bug 741030] theoradec: Sets video-meta width/height from padded values

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 13 05:17:22 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=741030

--- Comment #51 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
I actually sent this patch, so at least while figuring-out we don't have a
regressed state.

commit 274984e83bf1bd501ae9ce2111e3a0b86597ecfb
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Fri Mar 13 10:30:43 2015 +0000

    video-frame: Relax width/height assertion

    When doing CROP META it is exepcted that the width and/or height in the
    GstVideoMeta is bigger or equal to the caps negotiated size.

Generally speaking, the concern is mostly that the padded width/height is not
being negotiated. That the size in the meta is bigger can lead to visual
corruption if there is bugs, but not crash. The idea is that video frame allow
not having to care about VideoMeta and pool caps (actually pool caps are only
relevant for setting up the allocation, nothing else should be concerned).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list