From: Steve Lhomme Date: Tue, 27 Jul 2004 21:51:30 +0000 (+0000) Subject: fix local includes and 64 bits constants X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~761 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f041cc75220add1b0c53ba5994a22ee4b7efe03;p=platform%2Fupstream%2Fgst-plugins-bad.git fix local includes and 64 bits constants Original commit message from CVS: fix local includes and 64 bits constants --- diff --git a/ChangeLog b/ChangeLog index 2d5a4f451..e6c8382b8 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/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index 2db8f40e1..07c107c36 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -22,7 +22,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include "gstmpeg2subt.h" #include static void gst_mpeg2subt_class_init (GstMpeg2SubtClass * klass); diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 17e11c4bd..98fce11ca 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -21,7 +21,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include "gstmpegaudioparse.h" /* elementfactory information */ diff --git a/gst/rtjpeg/gstrtjpeg.c b/gst/rtjpeg/gstrtjpeg.c index 2a90e30a9..6eaff5998 100644 --- a/gst/rtjpeg/gstrtjpeg.c +++ b/gst/rtjpeg/gstrtjpeg.c @@ -21,8 +21,8 @@ #include "config.h" #endif -#include -#include +#include "gstrtjpegenc.h" +#include "gstrtjpegdec.h" static gboolean plugin_init (GstPlugin * plugin) diff --git a/gst/rtjpeg/gstrtjpegdec.c b/gst/rtjpeg/gstrtjpegdec.c index 8f4c9e253..54a279857 100644 --- a/gst/rtjpeg/gstrtjpegdec.c +++ b/gst/rtjpeg/gstrtjpegdec.c @@ -21,7 +21,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include "gstrtjpegdec.h" diff --git a/gst/rtjpeg/gstrtjpegenc.c b/gst/rtjpeg/gstrtjpegenc.c index 416200435..277074cc9 100644 --- a/gst/rtjpeg/gstrtjpegenc.c +++ b/gst/rtjpeg/gstrtjpegenc.c @@ -21,7 +21,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include "gstrtjpegenc.h" /* elementfactory information */ GstElementDetails gst_rtjpegenc_details = { diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index fd2d576af..0ebca104e 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -21,7 +21,7 @@ #include "config.h" #endif #include -#include +#include "gstsmooth.h" #include /* elementfactory information */ diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c index ab42b516f..269457524 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 40844209f..2142c0544 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/stereo/gststereo.c b/gst/stereo/gststereo.c index a0fb74a38..50aea79af 100644 --- a/gst/stereo/gststereo.c +++ b/gst/stereo/gststereo.c @@ -25,7 +25,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include "gststereo.h" /* elementfactory information */ static GstElementDetails stereo_details = GST_ELEMENT_DETAILS ("Stereo effect",