summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-12-08 11:30:39 +0200
committerStefan Kost <ensonic@users.sf.net>2009-12-14 11:08:47 +0200
commitcb294cb5eaf9b7067c0513df274b2d420620ee98 (patch)
tree5a25228181084ed1e9d5dc02a6801119d583c433
parentf44d8c31de98a1521be1092f163a987eff0fd799 (diff)
comment: small comment correction
-rw-r--r--gst/gstobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstobject.c b/gst/gstobject.c
index 996353b3d0..ebf3d2d000 100644
--- a/gst/gstobject.c
+++ b/gst/gstobject.c
@@ -486,7 +486,7 @@ gst_object_finalize (GObject * object)
parent_class->finalize (object);
}
-/* Changing a GObject property of a GstObject will result in "deep_notify"
+/* Changing a GObject property of a GstObject will result in "deep-notify"
* signals being emitted by the object itself, as well as in each parent
* object. This is so that an application can connect a listener to the
* top-level bin to catch property-change notifications for all contained