[gstreamer-bugs] [Bug 602275] [API] Add new sink-message event

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 18 01:10:34 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=602275
  GStreamer | gstreamer (core) | 0.10.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

--- Comment #6 from Sebastian Dröge <slomo at circular-chaos.org> 2009-11-18 09:10:28 UTC ---
Right... (base)audiosink could override the behaviour in the event vfunc ;)

But even for basesink this probably isn't the intended behaviour. The message
would be posted synchronized to the stream but that would be immediately when
it reaches the sink if I'm not mistaken. What is wanted is, that the message is
posted right before the next buffer is rendered. Should be relatively easy to
fix I guess (by caching the events in basesink and doing it all before the next
buffer is there, flushing the event cache on flush events/state changes, etc).
I'll do that later :)

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