mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 23:46:43 +00:00
7 lines
139 B
C
Executable file
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);
|
|
}
|