[FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Mon Jul 21 20:26:30 CEST 2014


On 30.06.2014 03:44, Michael Niedermayer wrote:
> From: Carl Eugen Hoyos <cehoyos at ag.or.at>
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>   Changelog                |    1 +
>   libavformat/Makefile     |    8 +++
>   libavformat/allformats.c |   11 ++++
>   libavformat/img2dec.c    |  137 +++++++++++++++++++++++++++++++++++++++++++++-
>   libavformat/version.h    |    2 +-
>   5 files changed, 157 insertions(+), 2 deletions(-)

This patch has a strange side effect. With it gst-libav1.0 (version 
1.3.2) gets compiled incorrectly so that when the plugin is loaded by 
gstreamer it segfaults:
ERROR: Caught a segmentation fault while loading plugin file:
debian/gstreamer1.0-libav/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so

Removing these demuxers from the 2.3 release makes gst-libav1.0 work again.

Any idea what the underlying problem could be?

Best regards,
Andreas


More information about the ffmpeg-devel mailing list