GNOME Bugzilla – Bug 642015
[ffvideoscale] add support for UYVY
Last modified: 2011-02-14 15:59:37 UTC
* steps to reproduce: gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)UYVY" ! ffvideoscale ! "video/x-raw-yuv, format=(fourcc)I420" ! xvimagesink * actual result: cannot link because ffvideoscale does not have UYVY in its pad templates * expected result: ffvideoscale should be able to handle UYVY
Created attachment 180560 [details] [review] this patch add support for UYVY to ffvideoscale
commit 32ca9c111b511376f86c375463f2ff02d0400f96 Author: Julien Isorce <julien.isorce@gmail.com> Date: Thu Feb 10 12:00:11 2011 +0100 ffvideoscale: add support for UYVY Fixes #642015