[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:00:56 UTC 2016


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

--- Comment #33 from Carlos Rafael Giani <dv at pseudoterminal.org> ---
> ::: 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.

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.

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