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 556405 - gst-ffmpeg fails to build against 20081014 ffmpeg snapshot
gst-ffmpeg fails to build against 20081014 ffmpeg snapshot
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.5
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-15 13:20 UTC by Peter Alfredsen
Modified: 2008-10-30 12:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Peter Alfredsen 2008-10-15 13:20:47 UTC
$summary.
See http://bugs.gentoo.org/show_bug.cgi?id=241938 for patches.
Comment 1 Sebastian Dröge (slomo) 2008-10-30 12:08:05 UTC
2008-10-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        Based on a patch by: Alexis Ballier <aballier at gentoo dot org>

        * configure.ac:
        * ext/ffmpeg/gstffmpeg.c:
        * ext/ffmpeg/gstffmpeg.h:
        * ext/ffmpeg/gstffmpegaudioresample.c:
        * ext/ffmpeg/gstffmpegcfg.c: (gst_ffmpeg_flags_get_type),
        (gst_ffmpeg_cfg_init):
        * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
        (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpeg_caps_with_codecid):
        * ext/ffmpeg/gstffmpegcodecmap.h:
        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_setcaps),
        (gst_ffmpegdec_register):
        * ext/ffmpeg/gstffmpegdeinterlace.c:
        * ext/ffmpeg/gstffmpegdemux.c:
        * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_getcaps),
        (gst_ffmpegenc_setcaps), (gst_ffmpegenc_register):
        * ext/ffmpeg/gstffmpegmux.c:
        * ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_seek):
        * ext/libpostproc/gstpostproc.c:
        * ffmpegrev:
        Update ffmpeg/swscale snapshot to the latest revision and adjust
        to API changes. Fixes bug #556405.

        Require libavutil for swscale too when building with an external
        ffmpeg and fix includes for external ffmpeg.