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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 23 07:34:38 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=689460
  GStreamer | don't know | 1.x

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at coaxion.net
     Ever Confirmed|0                           |1

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-12-23 15:18:00 UTC ---
Confirmed here, the problem is also that souphttpsrc does not necessarily
return data in chunks that are a multiple of the sample size:
** (lt-pcm-test:11512): WARNING **: conv: size 3967 is not a multiple of unit
size 4

The segment warnings come from the fact that souphttpsrc does not output a TIME
segment. And baseaudiosink assumes TIME format.

I think this use case is broken by design, there should be an element after the
source that properly timestamps and chunks the data.

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