From 4bc97d6319145ab13eb6557b74eafebcc845535f Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 18 Sep 2007 11:45:06 +0000 Subject: ChangeLog: Add missing newline. Original commit message from CVS: * ChangeLog: Add missing newline. * gst/librfb/rfbdecoder.c: Fix the build (missing stdlib.h). * gst/spectrum/gstspectrum.c: * gst/spectrum/gstspectrum.h: Use basetransform segment so that it is correctly managed on flushes and start/stop. Report message timestamp as stream time, which is what an application can understand. (Yes these are adapted from wim recent level element changes) --- gst/librfb/rfbdecoder.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/librfb/rfbdecoder.c') diff --git a/gst/librfb/rfbdecoder.c b/gst/librfb/rfbdecoder.c index 490dd44c..19d051b1 100644 --- a/gst/librfb/rfbdecoder.c +++ b/gst/librfb/rfbdecoder.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1