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 678879 - Incorrect depth for GRAY16 video formats
Incorrect depth for GRAY16 video formats
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.36
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-26 13:41 UTC by Josh Doe
Modified: 2012-06-27 09:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Josh Doe 2012-06-26 13:41:04 UTC
gst_video_format_get_component_depth returns 8 instead of 16 for the two GstVideoFormat values GST_VIDEO_FORMAT_GRAY16_BE and GST_VIDEO_FORMAT_GRAY16_LE. This appears to have been inadvertently fixed in 8f00d76c when Edward backported GstVideoInfo. Perhaps this should be posted against the SDK component instead...
Comment 1 Wim Taymans 2012-06-27 09:48:27 UTC
as you said, fixed already.