From 3a6849d0a85b7c153d4ff14c955a1b452c56a8cc Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 16 Aug 2007 12:42:13 +0000 Subject: [PATCH] gst/: Make ro memory to share. Original commit message from CVS: * ChangeLog: * gst/pygstminiobject.c: Make ro memory to share. --- ChangeLog | 8 +++++++- gst/pygstminiobject.c | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6991032..b68f0fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-16 Stefan Kost + + * ChangeLog: + * gst/pygstminiobject.c: + Make ro memory to share. + 2007-08-01 Edward Hervey * configure.ac: @@ -93,7 +99,7 @@ 2007-07-20 Stefan Kost * gst/gst-disable-loadsave.ignore: - Override more when having now xml. + Override more when having no xml. 2007-07-09 Edward Hervey diff --git a/gst/pygstminiobject.c b/gst/pygstminiobject.c index 2a0c69b..9dcc7f5 100644 --- a/gst/pygstminiobject.c +++ b/gst/pygstminiobject.c @@ -23,10 +23,10 @@ #include "pygstminiobject.h" #include -static const gchar *pygstminiobject_class_id = "PyGstMiniObject::class"; -static GQuark pygstminiobject_class_key = 0; -/* static const gchar *pygstminiobject_wrapper_id = "PyGstMiniObject::wrapper"; */ -/* static GQuark pygstminiobject_wrapper_key = 0; */ +static const gchar pygstminiobject_class_id[] = "PyGstMiniObject::class"; +static GQuark pygstminiobject_class_key = 0; +/* static const gchar pygstminiobject_wrapper_id[] = "PyGstMiniObject::wrapper"; */ +/* static GQuark pygstminiobject_wrapper_key = 0; */ static void pygstminiobject_dealloc(PyGstMiniObject *self); /* static int pygstminiobject_traverse(PyGstMiniObject *self, visitproc visit, void *arg); */ -- 2.7.4