mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 19:36:38 +00:00
14 lines
345 B
C
14 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);
|
|
}
|
|
|