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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 3 08:04:49 UTC 2016


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

--- Comment #34 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Carlos Rafael Giani from comment #33)
> > ::: gst/rawparse/Makefile.am
> > @@ +22,2 @@
> >  noinst_HEADERS = \
> > +	unalignedaudio.h \
> > 
> > Why not just put that into the gstunalignedaudioparse.h header,
> > gstrawparse.h or other :)
> 
> I didn't want to include the header of one element (unalignedaudioparse)
> into the header of another element (audioparse) just for the
> GST_UNALIGNED_RAW_AUDIO_CAPS definition. So instead, I factored it out and
> made both audioparse and unalignedaudioparse dependent on that.

Alright then :)

> And you are right, it should be moved. However, I do think this plugin needs
> an overhaul. It isn't based on baseparse, and apparently does the seeking
> badly.

Yes, it's older than baseparse. Porting it to baseparse should be absolutely
trivial though as rawparse has a constant frame size. It should be mostly a
matter of removing code. Are you going to take a look at that?

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