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 652628 - [video(testsrc)] YUV9, YVU9 and v216 mismatches
[video(testsrc)] YUV9, YVU9 and v216 mismatches
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-15 09:10 UTC by Mark Nauwelaerts
Modified: 2012-05-28 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mark Nauwelaerts 2011-06-15 09:10:56 UTC
The video format library determines the U and V component height as GST_ROUND_UP_4 (height) / 4, whereas videotestsrc (implicitly) determines this as height / 4  (corresponding mismatches in image size etc also ensue).
Comment 1 Mark Nauwelaerts 2011-06-15 11:03:25 UTC
Looks like there is also some disagreement for v216 (at least for image size, so likely in other aspects as well).
Comment 2 David Schleef 2011-06-17 08:52:23 UTC
hrm, i thought this was fixed.  It's obviously supposed to be GST_ROUND_UP_4 (height) / 4.
Comment 3 Wim Taymans 2012-05-28 14:45:01 UTC
git uses the video helpers now to set up the strides etc.