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

ChangeLog
gst/mpeg2sub/gstmpeg2subt.c
gst/mpegaudioparse/gstmpegaudioparse.c
gst/rtjpeg/gstrtjpeg.c
gst/rtjpeg/gstrtjpegdec.c
gst/rtjpeg/gstrtjpegenc.c
gst/smooth/gstsmooth.c
gst/smpte/gstsmpte.c
gst/smpte/gstsmpte.h
gst/stereo/gststereo.c

index 2d5a4f45144f702fe2d6f9492ad06b0f955703c1..e6c8382b8eac0246c534a2b863f765a44c838804 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+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:
index 2db8f40e1dfc29e796c788092bfb031087505ebc..07c107c36cd33e4d5e365bf579854a1e14b12d0a 100644 (file)
@@ -22,7 +22,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include <gstmpeg2subt.h>
+#include "gstmpeg2subt.h"
 #include <string.h>
 
 static void gst_mpeg2subt_class_init (GstMpeg2SubtClass * klass);
index 17e11c4bda35490ec8799bb091687aece1fda857..98fce11ca07d5a8501c2da11e976d118eb8fb4b7 100644 (file)
@@ -21,7 +21,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include <gstmpegaudioparse.h>
+#include "gstmpegaudioparse.h"
 
 
 /* elementfactory information */
index 2a90e30a93c3e6f8a565f9d081d6e7f65e407ffd..6eaff5998d510425c9d429fda5ec20749f336e30 100644 (file)
@@ -21,8 +21,8 @@
 #include "config.h"
 #endif
 
-#include <gstrtjpegenc.h>
-#include <gstrtjpegdec.h>
+#include "gstrtjpegenc.h"
+#include "gstrtjpegdec.h"
 
 static gboolean
 plugin_init (GstPlugin * plugin)
index 8f4c9e25380710aea0420bd2778d1270c59c4477..54a279857635ef50c49cc33a22c5a2bcff124f06 100644 (file)
@@ -21,7 +21,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include <gstrtjpegdec.h>
+#include "gstrtjpegdec.h"
 
 
 
index 4162004359b9fd76dfc99bd196893e03ff3bdfb3..277074cc966327895deae25785acb9102fc2f64d 100644 (file)
@@ -21,7 +21,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include <gstrtjpegenc.h>
+#include "gstrtjpegenc.h"
 
 /* elementfactory information */
 GstElementDetails gst_rtjpegenc_details = {
index fd2d576af75fe3d065f895caeaa2e546476d9298..0ebca104ec1026b90691f44024a8f420255e35c4 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 #endif
 #include <string.h>
-#include <gstsmooth.h>
+#include "gstsmooth.h"
 #include <gst/video/video.h>
 
 /* elementfactory information */
index ab42b516f653916530f8f24a3d771fc63793fbec..26945752474cea77e841014da96117d26a32b5fc 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 40844209f9713bf5288ca8db6504c2faf7a7c219..2142c05445a940883360e004112dae5fbe8a07b0 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 a0fb74a387b13561b02173398ecad98d7a4aea55..50aea79af2acfcffd826c4be4dbd59bd21a0a8e7 100644 (file)
@@ -25,7 +25,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include <gststereo.h>
+#include "gststereo.h"
 
 /* elementfactory information */
 static GstElementDetails stereo_details = GST_ELEMENT_DETAILS ("Stereo effect",