git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@65070 e3ebcda4-bce8-0310-ba0a-eca2169e7518
8 lines
124 B
C
8 lines
124 B
C
#include <gst/gst.h>
|
|
|
|
guint
|
|
gstsharp_gst_buffer_refcount(GstBuffer * buf)
|
|
{
|
|
return GST_MINI_OBJECT_REFCOUNT_VALUE(buf);
|
|
}
|