From 9e291801e4fd81265f6cf6a37cbb9436c1fc7a3a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 9 Feb 2005 20:50:35 +0000 Subject: [PATCH] testsuite/gst-lint: Check for non-statically scoped parent_class variables. This won't be a problem once plugins are... Original commit message from CVS: * testsuite/gst-lint: Check for non-statically scoped parent_class variables. This won't be a problem once plugins are loaded with RTLD_LOCAL. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d0e88d2dbf..8c73f7a1c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-09 David Schleef + + * testsuite/gst-lint: Check for non-statically scoped + parent_class variables. This won't be a problem once + plugins are loaded with RTLD_LOCAL. + 2005-02-09 Ronald S. Bultje * ext/mplex/gstmplexibitstream.cc: