mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
fix local includes and 64 bits constants
Original commit message from CVS: fix local includes and 64 bits constants
This commit is contained in:
parent
262a7336e0
commit
9db3e5158a
5 changed files with 32 additions and 4 deletions
28
ChangeLog
28
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:
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <gstmpegaudioparse.h>
|
||||
#include "gstmpegaudioparse.h"
|
||||
|
||||
|
||||
/* elementfactory information */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#include <gstdvddemux.h>
|
||||
#include "gstdvddemux.h"
|
||||
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gstdvddemux_debug);
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <gstmpegdemux.h>
|
||||
#include "gstmpegdemux.h"
|
||||
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gstmpegdemux_debug);
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#endif
|
||||
|
||||
/*#define GST_DEBUG_ENABLED */
|
||||
#include <gstmpegpacketize.h>
|
||||
#include "gstmpegpacketize.h"
|
||||
|
||||
GstMPEGPacketize *
|
||||
gst_mpeg_packetize_new (GstPad * pad, GstMPEGPacketizeType type)
|
||||
|
|
Loading…
Reference in a new issue