[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 13:41:18 UTC 2017


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

--- Comment #5 from Iain Lane <laney at ubuntu.com> ---
Created attachment 345218
  --> https://bugzilla.gnome.org/attachment.cgi?id=345218&action=edit
Like this? I moved to enumerating them for < 3.0.

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