gstreamer/gstreamer-sharp/glue/pad.c

7 lines
139 B
C
Executable file

#include <gst/gst.h>
guint
gstsharp_gst_pad_get_stream_lock_offset (void)
{
return (guint) G_STRUCT_OFFSET (GstPad, stream_rec_lock);
}