From 0f2d8ab5c2724c62df7a3b1d0f4a74bd2311a137 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Fri, 4 Nov 2011 20:32:32 +0100 Subject: [PATCH] controller: remove obsolete comments from api transition --- gst/gstobject.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/gstobject.h b/gst/gstobject.h index 8310fae..a46118c 100644 --- a/gst/gstobject.h +++ b/gst/gstobject.h @@ -238,13 +238,13 @@ gboolean gst_object_uncontrol_properties (GstObject * object, ...) G_GNUC_NULL_T GstClockTime gst_object_suggest_next_sync (GstObject * object); gboolean gst_object_sync_values (GstObject * object, GstClockTime timestamp); -void gst_object_set_automation_disabled (GstObject *object, gboolean disabled); // NEW was gst_controller_set_disabled -void gst_object_set_property_automation_disabled (GstObject *object, const gchar * property_name, gboolean disabled); // NEW was gst_controller_set_property_disabled +void gst_object_set_automation_disabled (GstObject *object, gboolean disabled); +void gst_object_set_property_automation_disabled (GstObject *object, const gchar * property_name, gboolean disabled); gboolean gst_object_set_control_source (GstObject *object, const gchar * property_name, GstControlSource *csource); GstControlSource * gst_object_get_control_source (GstObject *object, const gchar * property_name); -GValue *gst_object_get_value (GstObject * object, const gchar * property_name, GstClockTime timestamp); // NEW was gst_controller_get +GValue *gst_object_get_value (GstObject * object, const gchar * property_name, GstClockTime timestamp); gboolean gst_object_get_value_arrays (GstObject * object, GstClockTime timestamp, GSList * value_arrays); gboolean gst_object_get_value_array (GstObject * object, GstClockTime timestamp, GstValueArray * value_array); -- 2.7.4