Add -Wmissing-declarations -Wmissing-prototypes to warning flags
[platform/upstream/gstreamer.git] / gst / videorate / gstvideorate.h
index 2a2d7e3..4d6c061 100644 (file)
@@ -66,6 +66,7 @@ struct _GstVideoRate
   guint64 in, out, dup, drop;
   gboolean silent;
   gdouble new_pref;
+  gboolean skip_to_first;
 };
 
 struct _GstVideoRateClass
@@ -73,6 +74,8 @@ struct _GstVideoRateClass
   GstElementClass parent_class;
 };
 
+GType gst_video_rate_get_type (void);
+
 G_END_DECLS
 
 #endif /* __GST_VIDEO_RATE_H__ */