Don't override Gst.Object.Dispose()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 4 Apr 2009 12:31:25 +0000 (14:31 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 4 Apr 2009 12:31:25 +0000 (14:31 +0200)
commit9fd93f9feb2caeec2b608814f34120618f60073b
treeda3355366592b088ab9411ab55af636a72bce553
parent10b4f125d09f5efc165f3721b843265714e336da
Don't override Gst.Object.Dispose()

We can't call gst_object_unref() directly as this will conflict
with the toggle-refs used in glib-sharp. It's also not required
to call gst_object_unref(), it's just a wrapper around g_object_unref()
with some debugging.
gstreamer-sharp/Object.custom