[Bug 778283] gst-libav 1.8.3 loses encoders/decoders vs 1.8.2 when built with system ffmpeg 2.8.10

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 8 14:06:18 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=778283

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 345220
  --> https://bugzilla.gnome.org/attachment.cgi?id=345220&action=edit
avaudenc/dec: Don't do range comparisons against AV_CODEC_ID_PCM_S16BE_PLANAR
for < 3.0

Prior to ffmpeg 3.0, this constant had a specified value. Excluding all
plugins in a range bounded by this value was throwing out plugins that
we want to keep.

Instead switch to enumerating the values to exclude, for < 3.0.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list