From 0de3094950661600a9984075709fcde19831fc7a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 20 May 2008 10:42:33 +0000 Subject: 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec395474..d0113fd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-05-20 Jan Schmidt + + * 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 * gst/smpte/Makefile.am: -- cgit