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 610902 - y4menc only supports 4:2:0
y4menc only supports 4:2:0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-24 03:19 UTC by bens
Modified: 2010-04-30 14:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add 4:2:2, 4:1:1, and 4:4:4 support to y4menc (3.13 KB, patch)
2010-02-24 03:19 UTC, bens
none Details | Review
Patch to add 4:2:2, 4:1:1, and 4:4:4 support to y4menc (3.09 KB, patch)
2010-02-24 05:49 UTC, bens
committed Details | Review

Description bens 2010-02-24 03:19:46 UTC
Created attachment 154563 [details] [review]
Patch to add 4:2:2, 4:1:1, and 4:4:4 support to y4menc

Attached patch (untested!!) adds 4:2:2, 4:1:1, and 4:4:4 output support to y4menc.
Comment 1 bens 2010-02-24 05:49:23 UTC
Created attachment 154569 [details] [review]
Patch to add 4:2:2, 4:1:1, and 4:4:4 support to y4menc

Updated patch.  Now with less stupid.
Comment 2 Wim Taymans 2010-03-04 11:37:01 UTC
looks good, will commit after freeze.
Comment 3 Tim-Philipp Müller 2010-03-09 00:13:03 UTC
This made make check fail, thanks for that.

When re-committing, it would be nice if you could fix up the commit message so that it has a 'y4menc:' prefix in the summary line as well.
Comment 4 Mark Nauwelaerts 2010-04-30 14:30:54 UTC
Re-committing, with some adjustments:

commit 798ccb7e97c65f27baa68d7af21d4617fae291de
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Tue Apr 20 12:17:26 2010 +0200

    y4menc: adjust unit test to element behaviour

commit c3dc498278a389a7a22f9f9e66d975438ef16793
Author: Benjamin M. Schwartz <bens@alum.mit.edu>
Date:   Tue Feb 23 22:16:39 2010 -0500

    y4menc: add 4:2:2, 4:1:1, and 4:4:4 output support

    Fixes #610902.