[gstreamer-bugs] [Bug 623589] Fix races/refcounting bugs with slave clocks

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 5 04:41:21 PDT 2010


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

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-05 11:41:18 UTC ---
(From update of attachment 165271)
>--- a/gst/gstclock.h
>+++ b/gst/gstclock.h
>@@ -346,6 +346,7 @@ struct _GstClockEntry {
>   GstClockReturn	 status;
>   GstClockCallback	 func;
>   gpointer		 user_data;
>+  GDestroyNotify	 destroy_data;
> };

This patch looks harmless and ok in general, but here we're extending a public
struct that has no padding, not sure how I feel about that, wonder what the
chances are that someone outthere has subclassed this..

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