mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
8 lines
124 B
C
Executable file
8 lines
124 B
C
Executable file
#include <gst/gst.h>
|
|
|
|
guint
|
|
gstsharp_gst_task_get_cond_offset (void)
|
|
{
|
|
return (guint) G_STRUCT_OFFSET (GstTask, cond);
|
|
}
|
|
|