From 300da1655b180b75783da8f703d3fec85c9ee91c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 3 Oct 2008 11:32:47 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce9d9920..d6239e43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-03 Wim Taymans + + * 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 * configure.ac: -- cgit