mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
ffa5406b48
Also make sure in Gst.Structure that we're having a mutable structure before changing any content.
7 lines
131 B
C
7 lines
131 B
C
#include <gst/gst.h>
|
|
|
|
guint
|
|
gstsharp_gst_caps_get_refcount_offset (void)
|
|
{
|
|
return (guint) G_STRUCT_OFFSET (GstCaps, refcount);
|
|
}
|