[Bug 721096] pad: Pad BLOCKING probe callback issues

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 30 03:12:28 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=721096
  GStreamer | gstreamer (core) | git

--- Comment #7 from Wim Taymans <wim.taymans at gmail.com> 2013-12-30 11:12:26 UTC ---
(In reply to comment #6)
> (In reply to comment #5)
> > Simply checking if the probe was not removed when the callback is called should
> > be enough.
> 
> Is there a chance that probe id be re-taken in small amount of time, or newly
> leased ids only go up? If the latter, then ok.

The id is a gluong that is incremented for each probe that is added. it will be
resued after it wraps around but that is not going to happen in a small amount
of time.

> 
> 
> I am OK with no serialization out of box, but this should be mentioned in docs.

OK.

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