GNOME Bugzilla – Bug 619344
[vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
Last modified: 2010-05-22 09:02:18 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.
Created attachment 161706 [details] [review] vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the pad template
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.