gst/gstobject.h: Add cast to make compiler happy - refcount variable was a gint in...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 15 May 2006 08:16:09 +0000 (08:16 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 15 May 2006 08:16:09 +0000 (08:16 +0000)
commit1fa79bc05f5a26c93cb121ea4695f30c19ac4b9f
treec99bbe28d740235ea12e8a844d548dea908a2535
parent02587befa4d55437c8400b23038160d8c5a5a697
gst/gstobject.h: Add cast to make compiler happy - refcount variable was a gint in GstObject but is a guint in GObjec...

Original commit message from CVS:
* gst/gstobject.h:
Add cast to make compiler happy - refcount variable was a gint
in GstObject but is a guint in GObject and g_atomic_int_get()
wants a gint *.
ChangeLog
gst/gstobject.h