From 71814047036e4347ada045953b58030da5829262 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 1 Jan 2008 01:18:19 +0000 Subject: ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because it might not be ready. Original commit message from CVS: * ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because it might not be ready. * ext/nas/nassink.c: Remove useless call that sleeps for 5 seconds. Yup, it calls sleep(1) 5 times. Go NAS. * gst/librfb/gstrfbsrc.c: * gst/librfb/rfbdecoder.c: Initialize our debug categories properly. * gst/rawparse/gstrawparse.c: Don't register element details for a non-element. Be much more rude when subclass doesn't set a pad template (assert!). Don't unref the pad template; we don't own it. * gst/videosignal/gstvideoanalyse.c: Initialize debug category. * tests/check/Makefile.am: Ignore nassink element in tests because it has unavoidable long timeouts. --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44261b2d..62afd45a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2007-12-31 David Schleef + + * ext/musicbrainz/gsttrm.c: + Don't emit signiture when going to READY, because it might + not be ready. + * ext/nas/nassink.c: + Remove useless call that sleeps for 5 seconds. Yup, it calls + sleep(1) 5 times. Go NAS. + * gst/librfb/gstrfbsrc.c: + * gst/librfb/rfbdecoder.c: + Initialize our debug categories properly. + * gst/rawparse/gstrawparse.c: + Don't register element details for a non-element. Be much more + rude when subclass doesn't set a pad template (assert!). Don't + unref the pad template; we don't own it. + * gst/videosignal/gstvideoanalyse.c: + Initialize debug category. + * tests/check/Makefile.am: + Ignore nassink element in tests because it has unavoidable + long timeouts. + 2007-12-31 Wim Taymans * gst/rtpmanager/gstrtpssrcdemux.c: -- cgit v1.2.1