[gstreamer-bugs] [Bug 613809] [oggdemux] flac: file does not play locally
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Mar 26 07:37:31 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=613809
GStreamer | gst-plugins-base | git
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
Component|gst-plugins-good |gst-plugins-base
Summary|flac: file does not play |[oggdemux] flac: file does
|locally |not play locally
--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2010-03-26 14:37:27 UTC ---
That looks like a problem in oggdemux, it pushed different sized buffers
downstream depending on pull or push mode and flacdec expects one flac frame
per buffer.
In pull mode it's like 4, 38, 44, 1378 bytes in pull mode it's 4, 38, 44, 4100
bytes. When comparing the concatenation of all buffers oggdemux outputs the
same data in both cases though.
--
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