summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-12 10:24:03 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-12 10:24:03 +0000
commit571a20f2053c0276b1d95f0210a3e2ad00b0177f (patch)
treede441f2cef79f82bbebeb08f4735d6ad8df13a60 /ChangeLog
parent8792203e3938118f5800b75eeb1930720870f82f (diff)
downloadgst-plugins-bad-571a20f2053c0276b1d95f0210a3e2ad00b0177f.tar.gz
gst-plugins-bad-571a20f2053c0276b1d95f0210a3e2ad00b0177f.tar.bz2
gst-plugins-bad-571a20f2053c0276b1d95f0210a3e2ad00b0177f.zip
docs/plugins/: Remove documentation for the GIO plugin as it was moved to gst-plugins-base. Fixes bug #515964.
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-gio.xml: Remove documentation for the GIO plugin as it was moved to gst-plugins-base. Fixes bug #515964.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 11e7cafa..bb0a9614 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+ * docs/plugins/inspect/plugin-gio.xml:
+ Remove documentation for the GIO plugin as it was moved to
+ gst-plugins-base. Fixes bug #515964.
+
2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
* ext/xvid/gstxvidenc.c:
* gst/vmnc/vmncdec.c:
* sys/glsink/glimagesink.c:
* sys/glsink/gstgldisplay.c:
-
Fix some finalize leaks by chaining up to the parent method.
2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>