fix local includes and 64 bits constants
authorSteve Lhomme <steve.lhomme@free.fr>
Tue, 27 Jul 2004 21:51:32 +0000 (21:51 +0000)
committerSteve Lhomme <steve.lhomme@free.fr>
Tue, 27 Jul 2004 21:51:32 +0000 (21:51 +0000)
Original commit message from CVS:
fix local includes and 64 bits constants

ChangeLog
gst/median/gstmedian.c
gst/smpte/gstsmpte.c
gst/smpte/gstsmpte.h
gst/videofilter/gstgamma.c
gst/videofilter/gstvideobalance.c
gst/videofilter/gstvideofilter.c
gst/videofilter/gstvideoflip.c
gst/wavenc/gstwavenc.c
gst/wavparse/gstwavparse.c

index 2d5a4f4..e6c8382 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
 
+       * gst/median/gstmedian.c:
+       * gst/mpeg2subt/gstmpeg2subt.c:
+       * gst/mpegaudioparse/gstmpegaudioparse.c:
+       * gst/mpegstream/gstdvddemux.c:
+       * gst/mpegstream/gstmpegdemux.c:
+       * gst/mpegstream/gstmpegpacketize.c:
+       * gst/rtjpeg/gstrtjpeg.c:
+       * gst/rtjpeg/gstrtjpegdec.c:
+       * gst/rtjpeg/gstrtjpegenc.c:
+       * gst/sine/gstsinesrc.c:
+       * gst/smooth/gstsmooth.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmpte.h:
+       * gst/stereo/gststereo.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideofilter.c:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videoscale/gstvideoscale.c:
+       * gst/videoscale/videoscale.c:
+       * gst/videotestsrc/gstvideotestsrc.c:
+       * gst/videotestsrc/videotestsrc.c:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavparse/gstwavparse.c:
+         fix local includes and 64 bits constants
+    
+2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
+
        * win32/gst.sln:
        * gst-libs/gst/*/*.vcproj:
        * gst/*/*.vcproj:
index db8fa45..64e900b 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 #include <string.h>
-#include <gstmedian.h>
+#include "gstmedian.h"
 #include <gst/video/video.h>
 
 /* elementfactory information */
index ab42b51..2694575 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 #include <string.h>
-#include <gstsmpte.h>
+#include "gstsmpte.h"
 #include <gst/video/video.h>
 #include "paint.h"
 
index 4084420..2142c05 100644 (file)
@@ -22,7 +22,7 @@
 #define __GST_SMPTE_H__
 
 #include <gst/gst.h>
-#include <gstmask.h>
+#include "gstmask.h"
 
 #define GST_TYPE_SMPTE \
   (gst_smpte_get_type())
index e402c95..5a7edf2 100644 (file)
@@ -31,7 +31,7 @@
 #endif
 
 #include <gst/gst.h>
-#include <gstvideofilter.h>
+#include "gstvideofilter.h"
 #include <string.h>
 #include <math.h>
 
index 083e5e8..6d75abd 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 /*#define DEBUG_ENABLED */
-#include <gstvideobalance.h>
+#include "gstvideobalance.h"
 #ifdef HAVE_LIBOIL
 #include <liboil/liboil.h>
 #endif
index 0fb2eb9..6ba77f5 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <string.h>
 /*#define DEBUG_ENABLED */
-#include <gstvideofilter.h>
+#include "gstvideofilter.h"
 
 
 
index bb7e941..81f9d76 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 /*#define DEBUG_ENABLED */
-#include <gstvideoflip.h>
+#include "gstvideoflip.h"
 #include <string.h>
 
 /* GstVideoflip signals and args */
index f65d071..89b81b6 100644 (file)
@@ -24,8 +24,8 @@
 #endif
 
 #include <string.h>
-#include <gstwavenc.h>
-#include <riff.h>
+#include "gstwavenc.h"
+#include "riff.h"
 
 static void gst_wavenc_base_init (gpointer g_class);
 static void gst_wavenc_class_init (GstWavEncClass * klass);
index fb61932..2b17adc 100644 (file)
@@ -24,7 +24,7 @@
 #endif
 #include <string.h>
 
-#include <gstwavparse.h>
+#include "gstwavparse.h"
 #include "gst/riff/riff-ids.h"
 #include "gst/riff/riff-media.h"