gstreamer/gstreamer-sharp/glue/pad.c

8 lines
137 B
C
Raw Normal View History

2009-04-28 19:03:44 +00:00
#include <gst/gst.h>
uint
gstsharp_gst_pad_get_stream_lock_offset (void)
{
return (uint) G_STRUCT_OFFSET (GstPad, stream_rec_lock);
}