summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-10-03 11:32:47 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-10-03 11:32:47 +0000
commit300da1655b180b75783da8f703d3fec85c9ee91c (patch)
tree88e5bef3721e8f506c5e57c1d22a7e4a7d4a4136 /ChangeLog
parente2dbf108e6b91a83b66cdd9568c4a27de9ff2bb1 (diff)
sys/v4l2/gstv4l2object.h: Getting the Class from an instance is not just a matter of casting it to the class struct b...
Original commit message from CVS: * sys/v4l2/gstv4l2object.h: Getting the Class from an instance is not just a matter of casting it to the class struct but it involves calling G_OBJECT_GET_CLASS on the instance. Fixes #549784.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce9d9920..d6239e43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * sys/v4l2/gstv4l2object.h:
+ Getting the Class from an instance is not just a matter of casting it to
+ the class struct but it involves calling G_OBJECT_GET_CLASS on the
+ instance. Fixes #549784.
+
2008-10-01 Michael Smith <msmith@songbirdnest.com>
* configure.ac: