gstreamer/gstreamer-sharp/glue/pad.c

8 lines
139 B
C
Raw Normal View History

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