[Bug 608892] DCA/AAC/AC-3 decoders broken in gst-ffmpeg
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jun 30 12:38:48 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=608892
GStreamer | gst-ffmpeg | 0.10.x
Edward Hervey <bilboed> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bilboed at gmail.com
Target Milestone|HEAD |0.10.13
--- Comment #7 from Edward Hervey <bilboed at gmail.com> 2011-06-30 19:38:45 UTC ---
Setting to RANK_NONE for 0.10.12 release
==================
/* TEMPORARILY DISABLING AC3/EAC3/DTS for 0.10.12 release
* due to downmixing failure.
* See Bug #608892 for more details */
case CODEC_ID_EAC3:
case CODEC_ID_AC3:
case CODEC_ID_DTS:
rank = GST_RANK_NONE;
break;
--
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