[Bug 689460] Can't playback LPCM data via HTTP after playing back something else
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun May 15 10:26:53 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=689460
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|don't know |gst-plugins-good
Target Milestone|git master |1.9.1
--- Comment #46 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit b415d7b34f5a5d030165f2596e7074cc45bd48a4
Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date: Fri Mar 4 22:10:47 2016 +0100
rawparse: Add unaligned raw audio parsing to audioparse and add new element
This helps in cases where raw audio data is being delivered, but the
buffers do not come in sample aligned sizes. The new unalignedaudioparse
bin can be autoplugged and configures an internal audioparse element to
align the data. audioparse itself gets support for audio/x-unaligned-raw
input caps; the output caps then contain the same information, except that
the name is changed to audio/x-raw (since audioparse aligns the data).
This ensures that souphttpsrc ! audioparse still works.
https://bugzilla.gnome.org/show_bug.cgi?id=689460
commit e9a795fa8bea7aee6fd15b9865744b61b22c2435
Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date: Fri Mar 4 10:14:00 2016 +0100
souphttpsrc: Use audio/x-unaligned-raw instead of audio/x-raw for L16 data
Directly setting audio/x-raw caps leads to problems when the delivered
data blocks do not align properly at sample boundaries (for example, a
data block with 391 bytes). So, instead, set audio/x-unaligned-raw to
let a parser be autoplugged.
https://bugzilla.gnome.org/show_bug.cgi?id=689460
--
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