summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-06-02 11:47:10 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-06-02 11:47:10 +0000
commit2a00562bcee9c7f7789b844a2a909f7630842fde (patch)
tree600d26e4294a1fc0cdb5a23dc8d8b4b331800be5 /ChangeLog
parent01bd3b9dae4ba8b38da1c0838fce67b1a1dbca45 (diff)
downloadgst-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--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9df6e483..93b16134 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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