mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 03:16:33 +00:00
9 lines
122 B
C
9 lines
122 B
C
|
#include <gst/gst.h>
|
||
|
|
||
|
uint
|
||
|
gstsharp_gst_task_get_cond_offset (void)
|
||
|
{
|
||
|
return (uint) G_STRUCT_OFFSET (GstTask, cond);
|
||
|
}
|
||
|
|