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 642015 - [ffvideoscale] add support for UYVY
[ffvideoscale] add support for UYVY
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal enhancement
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-10 10:59 UTC by Julien Isorce
Modified: 2011-02-14 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
this patch add support for UYVY to ffvideoscale (1.66 KB, patch)
2011-02-10 11:01 UTC, Julien Isorce
none Details | Review

Description Julien Isorce 2011-02-10 10:59:10 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
Comment 1 Julien Isorce 2011-02-10 11:01:59 UTC
Created attachment 180560 [details] [review]
this patch add support for UYVY to ffvideoscale
Comment 2 Wim Taymans 2011-02-14 15:59:37 UTC
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