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 394071 - ffmpeg now uses YUV4MPEG version 2, caps still indicate version 1
ffmpeg now uses YUV4MPEG version 2, caps still indicate version 1
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.2
Other Linux
: Normal normal
: 0.10.3
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-07 23:11 UTC by Mark Nauwelaerts
Modified: 2007-01-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for adjusting yuv4mpeg caps to version 2 (547 bytes, patch)
2007-01-07 23:12 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2007-01-07 23:11:21 UTC
[formerly included as part of patch in bug #392534]

Internally, ffmpeg (demuxer) expects YUV4MPEG version 2,
wrapping caps still indicate version 1.
Comment 1 Mark Nauwelaerts 2007-01-07 23:12:18 UTC
Created attachment 79691 [details] [review]
patch for adjusting yuv4mpeg caps to version 2

- ffpeg now uses YU4MPEG version 2
Comment 2 Wim Taymans 2007-01-11 10:03:20 UTC
        Patch by: Mark Nauwelaerts <manauw@skynet.be>

        * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_to_caps):
        Internally, ffmpeg (demuxer) expects YUV4MPEG version 2, this patch sets
        the caps correctly. Fixes #394071.