8 lines
139 B
C
Executable File
8 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);
|
|
}
|