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 619344 - [vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
[vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-22 08:08 UTC by Sebastian Dröge (slomo)
Modified: 2010-05-22 09:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the pad template (970 bytes, patch)
2010-05-22 08:10 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2010-05-22 08:08:27 UTC
Attached patch changes this, this was the cause of bug #619310. We can't enfore the interlaced field on any caps because of backward compatibility reasons.
Comment 1 Sebastian Dröge (slomo) 2010-05-22 08:10:58 UTC
Created attachment 161706 [details] [review]
vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the pad template
Comment 2 Sebastian Dröge (slomo) 2010-05-22 09:02:18 UTC
commit 2fa8d69d8213403ef822f6fe7011ada2f36d8c75
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Sat May 22 09:35:24 2010 +0200

    vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the pad templat
    
    Fixes bug #619344.