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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 1 03:51:39 PST 2012


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

--- Comment #10 from Nicola <lists at svrinformatica.it> 2012-02-01 11:51:37 UTC ---
The actual matroskademux send bus messages only for invalid duration and not
for valid duration, the patch avoid to send these messages for each frame and
send the message only the first time. Probably the goal of the original code is
to notify only when the duration is invalid so an application can react to this
in some way.

If you want I can do another patch that send on the bus the duration when it
become valid (actually matroskamux does't do this at all) and send another
message when it become invalid and so on. However I cannot reproduce this
behaviour with any of my test files, generally I have invalid duration is the
file is muxed in streamable mode and valid duration when it is muxed without
streamable=true no mixed cases (I don't know if they are possible)

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