gstreamer/gstreamer-sharp/glue/structure.c
Sebastian Dröge ffa5406b48 Fix/complete the Caps bindings
Also make sure in Gst.Structure that we're having a mutable structure
before changing any content.
2009-04-14 13:31:06 +02:00

7 lines
155 B
C

#include <gst/gst.h>
guint
gstsharp_gst_structure_get_parent_refcount_offset (void)
{
return (guint) G_STRUCT_OFFSET (GstStructure, parent_refcount);
}