mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
7 lines
184 B
C
7 lines
184 B
C
#include <gst/interfaces/tunernorm.h>
|
|
|
|
guint
|
|
gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset (void)
|
|
{
|
|
return (guint) G_STRUCT_OFFSET (GstTunerNorm, framerate);
|
|
}
|