From 9dd4541616546c59571ffe2b95131387a165a438 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 27 Jul 2004 21:51:32 +0000 Subject: fix local includes and 64 bits constants Original commit message from CVS: fix local includes and 64 bits constants --- ChangeLog | 28 ++++++++++++++++++++++++++++ gst/median/gstmedian.c | 2 +- gst/smpte/gstsmpte.c | 2 +- gst/smpte/gstsmpte.h | 2 +- gst/videofilter/gstgamma.c | 2 +- gst/videofilter/gstvideobalance.c | 2 +- gst/videofilter/gstvideofilter.c | 2 +- gst/videofilter/gstvideoflip.c | 2 +- gst/wavenc/gstwavenc.c | 4 ++-- gst/wavparse/gstwavparse.c | 2 +- 10 files changed, 38 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d5a4f45..e6c8382b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2004-07-27 Steve Lhomme + + * 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 * win32/gst.sln: 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 -#include +#include "gstmedian.h" #include /* 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 -#include +#include "gstsmpte.h" #include #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 -#include +#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 -#include +#include "gstvideofilter.h" #include #include 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 +#include "gstvideobalance.h" #ifdef HAVE_LIBOIL #include #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 /*#define DEBUG_ENABLED */ -#include +#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 +#include "gstvideoflip.h" #include /* 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 -#include -#include +#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 -#include +#include "gstwavparse.h" #include "gst/riff/riff-ids.h" #include "gst/riff/riff-media.h" -- cgit