[Bug 685894] dtsdec (mpegdemux?): could not decode stream, Bad first_access parameter in buffer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 10 10:16:16 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=685894
  GStreamer | gst-plugins-bad | git

--- Comment #3 from Alexander E. Patrakov <patrakov at gmail.com> 2012-10-10 17:16:10 UTC ---
OTOH, as a developer of a DTS encoder (which, sadly, still has no gstreamer
plugin), I would like to advise that you drop the libdca-based gstreamer plugin
completely and switch to ffmpeg for DTS decoding if possible, thus maybe fixing
(or, rather, hiding) this bug. Reason: all versions of libdca incorrectly
decode all DTS streams that use the "perfect-reconstruction 32-band
interpolation FIR" feature (not common on DVDs, but seen on some BluRays) due
to a table that has been incorrectly copied from the specification. The
corresponding fix in ffmpeg is
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=3fc45bdcf0031be526b5c1d66a9bbd386f816841
. Besides, there were some fixes for crashers in dcaenc SVN that never made it
into any released version, and support for the XCH and XXCH extensions is only
in ffmpeg, but not in libdca.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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