mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 10:56:38 +00:00
8 lines
127 B
C
8 lines
127 B
C
|
#include <gst/gst.h>
|
||
|
|
||
|
guint
|
||
|
gstsharp_gst_object_get_lock_offset (void)
|
||
|
{
|
||
|
return (guint) G_STRUCT_OFFSET (GstObject, lock);
|
||
|
}
|