X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstcontrolsource.h;h=295d46f60a69ef6674bd87ea31ee1a15d669df02;hb=335826a3eb640224ba466964db128eb7a422862b;hp=4bd9f5c99f776b989d8c5a87618e2eca5f07f22b;hpb=6b718776928395432d88e48df4b985724228d925;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstcontrolsource.h b/gst/gstcontrolsource.h index 4bd9f5c..295d46f 100644 --- a/gst/gstcontrolsource.h +++ b/gst/gstcontrolsource.h @@ -125,11 +125,15 @@ struct _GstControlSourceClass gpointer _gst_reserved[GST_PADDING]; }; -GType gst_control_source_get_type (void); +GST_API +GType gst_control_source_get_type (void); /* Functions */ + +GST_API gboolean gst_control_source_get_value (GstControlSource *self, GstClockTime timestamp, gdouble *value); +GST_API gboolean gst_control_source_get_value_array (GstControlSource *self, GstClockTime timestamp, GstClockTime interval, guint n_values, gdouble *values);