mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
9fd93f9feb
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.
6 lines
61 B
Text
6 lines
61 B
Text
|
|
public int Refcount {
|
|
get { return this.RefCount; }
|
|
}
|
|
|
|
|