Original commit message from CVS:
zaheer :
* gst/tcp/gsttcp.c:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpclientsrc.h:
* gst/tcp/gsttcpserversrc.c:
- portability fix, to compile on OSX
(fixes #143146)

* sys/osxaudio/gstosxaudioelement.c:
* sys/osxaudio/gstosxaudiosink.c:
* sys/osxaudio/gstosxaudiosrc.c:
- compilation warnings on OSX
(fixes #143153)

me :
* ext/vorbis/vorbisdec.c : sign warning fixes

* gst-libs/gst/mixer/mixertrack.c : forgoten include
to define newly used G_MAXINT32, bad owen, bad
This commit is contained in:
Stéphane Loeuillet 2004-06-02 11:47:10 +00:00
parent 5edc0713a8
commit 08fa0310e6
2 changed files with 24 additions and 0 deletions

View file

@ -7,6 +7,28 @@
Added configurable boundary specifier, added the value as a Added configurable boundary specifier, added the value as a
caps field as well. caps field as well.
2004-06-02 Zaheer Abbas Merali <zaheerabbas@merali.org>
* gst/tcp/gsttcp.c:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpclientsrc.h:
* gst/tcp/gsttcpserversrc.c:
- portability fix, to compile on OSX
(fixes #143146)
* sys/osxaudio/gstosxaudioelement.c:
* sys/osxaudio/gstosxaudiosink.c:
* sys/osxaudio/gstosxaudiosrc.c:
- compilation warnings on OSX
(fixes #143153)
2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* ext/vorbis/vorbisdec.c : sign warning fixes
* gst-libs/gst/mixer/mixertrack.c : forgoten include
to define newly used G_MAXINT32, bad owen, bad
2004-06-01 Christophe Fergeau <teuf@gnome.org> 2004-06-01 Christophe Fergeau <teuf@gnome.org>
* ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment

View file

@ -23,6 +23,8 @@
#include "config.h" #include "config.h"
#endif #endif
#include <glib.h>
#include "mixertrack.h" #include "mixertrack.h"
enum enum