diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-06-02 11:47:10 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-06-02 11:47:10 +0000 |
commit | 2a00562bcee9c7f7789b844a2a909f7630842fde (patch) | |
tree | 600d26e4294a1fc0cdb5a23dc8d8b4b331800be5 /ChangeLog | |
parent | 01bd3b9dae4ba8b38da1c0838fce67b1a1dbca45 (diff) | |
download | gst-plugins-bad-2a00562bcee9c7f7789b844a2a909f7630842fde.tar.gz gst-plugins-bad-2a00562bcee9c7f7789b844a2a909f7630842fde.tar.bz2 gst-plugins-bad-2a00562bcee9c7f7789b844a2a909f7630842fde.zip |
zaheer :
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -7,6 +7,28 @@ Added configurable boundary specifier, added the value as a 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> * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment |