diff options
author | David Schleef <ds@schleef.org> | 2005-02-09 20:50:35 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2005-02-09 20:50:35 +0000 |
commit | 9e291801e4fd81265f6cf6a37cbb9436c1fc7a3a (patch) | |
tree | 7ade9f68d755f373b5ca7e741c08fce9aac8f1ef | |
parent | 09d71ea0e5f0eeae094f3031963ec361bc1c6e95 (diff) |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |