mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
15 lines
345 B
C
15 lines
345 B
C
|
#include <gst/controller/gstcontroller.h>
|
||
|
|
||
|
guint
|
||
|
gst__controllersharp_gst__controller_controller_get_properties_offset (void)
|
||
|
{
|
||
|
return (guint)G_STRUCT_OFFSET (GstController, properties);
|
||
|
}
|
||
|
|
||
|
guint
|
||
|
gst__controllersharp_gst__controller_controller_get_object_offset (void)
|
||
|
{
|
||
|
return (guint)G_STRUCT_OFFSET (GstController, object);
|
||
|
}
|
||
|
|