[Bug 666583] matroskademux: too many bus messages in streamable mode
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jan 28 14:02:19 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=666583
GStreamer | gst-plugins-good | git
--- Comment #4 from Nicola <lists at svrinformatica.it> 2012-01-28 22:02:16 UTC ---
the parser is not affected by this bug so the patch for the demuxer should be
enough, please review
for the newsegment events they are generated in ebml-write.c there is code like
this:
if (GST_BUFFER_OFFSET (buf) != ebml->last_pos) {
gst_ebml_writer_send_new_segment_event (ebml, GST_BUFFER_OFFSET (buf));
GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_DISCONT);
}
I don't know if this is right
Nicola
--
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