summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-05-20 10:42:33 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-05-20 10:42:33 +0000
commit0de3094950661600a9984075709fcde19831fc7a (patch)
treec41876d49c68657c3d6b1ad05b6fe418b5191424 /ChangeLog
parent1361d068742cde907d2932a1ab1589d1311dc086 (diff)
gst/videomixer/videomixer.*: Instead of a random number for the request pad id's, use a counter.
Original commit message from CVS: * gst/videomixer/videomixer.c: * gst/videomixer/videomixer.h: Instead of a random number for the request pad id's, use a counter. Register the videomixerpad class from the element's class_init where it's safer, and allows the docs generator to scan it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec395474..d0113fd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-05-20 Jan Schmidt <jan.schmidt@sun.com>
+
+ * gst/videomixer/videomixer.c:
+ * gst/videomixer/videomixer.h:
+ Instead of a random number for the request pad id's,
+ use a counter.
+
+ Register the videomixerpad class from the element's class_init
+ where it's safer, and allows the docs generator to scan it.
+
2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/smpte/Makefile.am: