[Bug 669305] flacenc ! matroskamux generates errors from non time segments

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 3 07:56:13 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=669305
  GStreamer | gst-plugins-good | git

--- Comment #8 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-02-03 15:56:09 UTC ---
Ah, oggmux sets the sink pads event function to its own, and will not forward
non TIME segments to collectpads2, whereas matroskamux will let collectpads2
handle events first, which will hit this.

This hints that the error is in fact not really an error, and that what should
be an error is to receive a buffer without having received a time segment
first, after non time segments were ignored.

However, oggmux does not receive a time segment either, only byte segments,
which it ignores. I find this odd, but I'm not knowledgeable enough to know if
it's wrong or not.

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