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