[Bug 689460] Can't playback LPCM data via HTTP after playing back something else

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 4 21:23:06 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=689460

Carlos Rafael Giani <dv at pseudoterminal.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #323002|needs-work                  |none
             status|                            |
 Attachment #323002|0                           |1
        is obsolete|                            |

--- Comment #19 from Carlos Rafael Giani <dv at pseudoterminal.org> ---
Created attachment 323131
  --> https://bugzilla.gnome.org/attachment.cgi?id=323131&action=edit
Adds unaligned raw audio data parsing

This adds the ability to parse audio/x-unaligned-raw data. audioparse accepts
audio/x-unaligned-raw. If "use-sink-caps" is set to TRUE, the input caps are
used as the output caps, except that the name "audio/x-unaligned-raw" is
replaced with "audio/x-raw". This ensures that "souphttpsrc ! audioparse" still
works.

The new unalignedaudioparse bin sets up an audioparse element with
"use-sink-caps" set to TRUE. Due to audioparse's new support for the unaligned
caps, the code of unalignedaudioparse becomes very small; the former event and
query handlers are now unnecessary.

-- 
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