[Bug 755543] wavparse: plain PCM wav wrongly treated as DTS
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Sep 25 16:34:05 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755543
Douglas Bagnall <douglas.bagnall at catalyst.net.nz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Douglas Bagnall <douglas.bagnall at catalyst.net.nz> ---
On closer inspection, it seems this has been fixed in master, here:
commit c3bb399fd3e238da77aa3242557eedf3f42d1167
Author: David Schleef <ds at schleef.org>
Date: Thu Mar 26 12:21:25 2015 -0700
wavparse: be more strict about typefinding DTS
Code now matches comments.
[...]
/* DTS at non-0 offsets and without second sync may yield POSSIBLE .. */
- if (prob < GST_TYPE_FIND_POSSIBLE)
+ if (prob <= GST_TYPE_FIND_POSSIBLE)
return FALSE;
So I'll close this.
--
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