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.
7 lines
61 B
Plaintext
7 lines
61 B
Plaintext
|
|
public int Refcount {
|
|
get { return this.RefCount; }
|
|
}
|
|
|
|
|