mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 23:46:43 +00:00
7 lines
126 B
C
7 lines
126 B
C
#include <gst/gst.h>
|
|
|
|
guint
|
|
gstsharp_gst_buffer_refcount (GstBuffer * buf)
|
|
{
|
|
return GST_MINI_OBJECT_REFCOUNT_VALUE (buf);
|
|
}
|