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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 4 07:57:44 UTC 2016


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

--- Comment #16 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Carlos Rafael Giani from comment #15)
> Come to think of it, while the main use case right now is L16, having it
> more generic for unaligned raw data may make sense in the future, also
> because audioparse provides seeking, right?

Yes, but maybe audioparse (and videoparse) should already default to using the
caps event to configure themselves (or have a property?).

> Also, I did run gst-indent over these files! Apparently it didn't catch
> everything.

You're missing a semicolon after G_DEFINE_TYPE. That's why it is all confused

> And yeah, it is a breaking change. But I think requiring a "parsed" field in
> the audio/x-raw caps would be worse, because it would have to be introduced
> in many other elements. Unless of course we assume "parsed=TRUE" to be
> implicit, and only if "parsed" is FALSE, then a raw parser would kick in.
> This is unusual though - typically, parsers only get autoplugged if
> "parsed=TRUE" is missing. So, this would be an inconsistency.

Yes, also it barely worked before without having a parser :)

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