From 88191aa8800da205db510313638ae1be31a59667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 30 May 2014 00:13:30 +0100 Subject: [PATCH] docs: fix type in GstObject docs --- gst/gstobject.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstobject.c b/gst/gstobject.c index c7add6120c..cab13e156b 100644 --- a/gst/gstobject.c +++ b/gst/gstobject.c @@ -60,8 +60,8 @@ * * when processing data (get, chain, loop function) at the beginning call * gst_object_sync_values(element,timestamp). - * This will make the controller to update all gobject properties that are under - * control with the current values based on timestamp. + * This will make the controller update all GObject properties that are + * under its control with the current values based on the timestamp. * * *