mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 19:06:33 +00:00
8 lines
155 B
C
8 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);
|
||
|
}
|