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 372243 - [PATCH] yuv4mpeg (v2) encoder ported to 0.10
[PATCH] yuv4mpeg (v2) encoder ported to 0.10
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.3
Other Linux
: Normal normal
: 0.10.4
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-07 22:46 UTC by Mark Nauwelaerts
Modified: 2006-11-14 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch implementing port (16.46 KB, patch)
2006-11-07 22:48 UTC, Mark Nauwelaerts
committed Details | Review
Patch for y4menc check (4.76 KB, patch)
2006-11-13 19:13 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2006-11-07 22:46:31 UTC
As stated, contains simple yuv4mpeg (mjpegtools format) encoder
- now using YUV4MPEG2 stream format
- gstreamer 0.10
- also includes test
- should be good enough for -good (?)
Comment 1 Mark Nauwelaerts 2006-11-07 22:48:24 UTC
Created attachment 76186 [details] [review]
Patch implementing port

Port of y4mencode to 0.10.

Note that it also includes some modifications to configure.ac and Makefile.am to 'activate' it.
Comment 2 Wim Taymans 2006-11-13 18:50:33 UTC
the check is not included...
Comment 3 Mark Nauwelaerts 2006-11-13 19:13:15 UTC
Created attachment 76507 [details] [review]
Patch for y4menc check

Oops, unit test now attached (only test part).
Comment 4 Wim Taymans 2006-11-14 10:25:28 UTC
        * tests/check/Makefile.am:
        * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
        (GST_START_TEST), (y4menc_suite), (main):
        Added y4m test. Fixes #372243.