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 627924 - riff: add support for 2vuy
riff: add support for 2vuy
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-25 10:27 UTC by Thijs Vermeir
Modified: 2010-08-25 17:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
riff: add support for 2vuy (1.17 KB, patch)
2010-08-25 10:27 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2010-08-25 10:27:01 UTC
It is the apple alternative for Microsofts UYVY.
(http://ntta.szm.com/Tutors/FourCC.htm)
Only use the UYVY for the caps to enable support in other
gstreamer elements.
Comment 1 Thijs Vermeir 2010-08-25 10:27:04 UTC
Created attachment 168717 [details] [review]
riff: add support for 2vuy
Comment 2 Sebastian Dröge (slomo) 2010-08-25 17:12:46 UTC
commit 3a04b08437a0bf88cfdc7aa20f73ce801e2ba521
Author: Thijs Vermeir <thijsvermeir@gmail.com>
Date:   Wed Aug 25 12:19:05 2010 +0200

    riff: add support for 2vuy
    
    It is the apple alternative for Microsofts UYVY.
    (http://ntta.szm.com/Tutors/FourCC.htm)
    Only use the UYVY for the caps to enable support in other
    gstreamer elements.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=627924