summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-02-09 20:50:35 +0000
committerDavid Schleef <ds@schleef.org>2005-02-09 20:50:35 +0000
commit5314b289ec3a08658419419447cecb649b50b19d (patch)
treed560c1a329c1e5020d2287e76f3961d06d5affd6
parent79ba79f36a9ea23e1cf72b0bba8794f5eedc4e7f (diff)
downloadgst-plugins-bad-5314b289ec3a08658419419447cecb649b50b19d.tar.gz
gst-plugins-bad-5314b289ec3a08658419419447cecb649b50b19d.tar.bz2
gst-plugins-bad-5314b289ec3a08658419419447cecb649b50b19d.zip
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.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0e88d2d..8c73f7a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-09 David Schleef <ds@schleef.org>
+
+ * 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 <rbultje@ronald.bitfreak.net>
* ext/mplex/gstmplexibitstream.cc: