summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:32 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-27 21:51:32 +0000
commit9dd4541616546c59571ffe2b95131387a165a438 (patch)
tree311b4b91d29c0c7f32190a907da9b4914b658575
parente7045bdb872b8badc0fc1b1f7b878f0c465c0105 (diff)
fix local includes and 64 bits constants
Original commit message from CVS: fix local includes and 64 bits constants
-rw-r--r--ChangeLog28
-rw-r--r--gst/median/gstmedian.c2
-rw-r--r--gst/smpte/gstsmpte.c2
-rw-r--r--gst/smpte/gstsmpte.h2
-rw-r--r--gst/videofilter/gstgamma.c2
-rw-r--r--gst/videofilter/gstvideobalance.c2
-rw-r--r--gst/videofilter/gstvideofilter.c2
-rw-r--r--gst/videofilter/gstvideoflip.c2
-rw-r--r--gst/wavenc/gstwavenc.c4
-rw-r--r--gst/wavparse/gstwavparse.c2
10 files changed, 38 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d5a4f45..e6c8382b 100644
--- 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:
diff --git a/gst/median/gstmedian.c b/gst/median/gstmedian.c
index db8fa455..64e900b5 100644
--- a/gst/median/gstmedian.c
+++ b/gst/median/gstmedian.c
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include <string.h>
-#include <gstmedian.h>
+#include "gstmedian.h"
#include <gst/video/video.h>
/* elementfactory information */
diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c
index ab42b516..26945752 100644
--- a/gst/smpte/gstsmpte.c
+++ b/gst/smpte/gstsmpte.c
@@ -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"
diff --git a/gst/smpte/gstsmpte.h b/gst/smpte/gstsmpte.h
index 40844209..2142c054 100644
--- a/gst/smpte/gstsmpte.h
+++ b/gst/smpte/gstsmpte.h
@@ -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())
diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c
index e402c95e..5a7edf2b 100644
--- a/gst/videofilter/gstgamma.c
+++ b/gst/videofilter/gstgamma.c
@@ -31,7 +31,7 @@
#endif
#include <gst/gst.h>
-#include <gstvideofilter.h>
+#include "gstvideofilter.h"
#include <string.h>
#include <math.h>
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index 083e5e8a..6d75abdb 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -28,7 +28,7 @@
#endif
/*#define DEBUG_ENABLED */
-#include <gstvideobalance.h>
+#include "gstvideobalance.h"
#ifdef HAVE_LIBOIL
#include <liboil/liboil.h>
#endif
diff --git a/gst/videofilter/gstvideofilter.c b/gst/videofilter/gstvideofilter.c
index 0fb2eb9a..6ba77f5d 100644
--- a/gst/videofilter/gstvideofilter.c
+++ b/gst/videofilter/gstvideofilter.c
@@ -24,7 +24,7 @@
#include <string.h>
/*#define DEBUG_ENABLED */
-#include <gstvideofilter.h>
+#include "gstvideofilter.h"
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index bb7e9417..81f9d767 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -28,7 +28,7 @@
#endif
/*#define DEBUG_ENABLED */
-#include <gstvideoflip.h>
+#include "gstvideoflip.h"
#include <string.h>
/* GstVideoflip signals and args */
diff --git a/gst/wavenc/gstwavenc.c b/gst/wavenc/gstwavenc.c
index f65d071c..89b81b66 100644
--- a/gst/wavenc/gstwavenc.c
+++ b/gst/wavenc/gstwavenc.c
@@ -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);
diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c
index fb61932c..2b17adc0 100644
--- a/gst/wavparse/gstwavparse.c
+++ b/gst/wavparse/gstwavparse.c
@@ -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"