[Bug 666583] matroskademux: too many bus messages in streamable mode

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 31 15:40:49 PST 2012


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

--- Comment #7 from Nicola <lists at svrinformatica.it> 2012-01-31 23:25:23 UTC ---
If I correctly understand the code the disconts are caused by
gst_ebml_write_seek that reset ebml->pos and so GST_BUFFER_OFFSET calculated
as:

GST_BUFFER_OFFSET (buf) = ebml->pos - data_size;

is different from ebml->last_pos and a new segment event is sended based on
code reported in comment 4,

however this is related to the muxer, my the patch is for the demuxer,

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