mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
This commit is contained in:
parent
5edc0713a8
commit
08fa0310e6
2 changed files with 24 additions and 0 deletions
22
ChangeLog
22
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
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "mixertrack.h"
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue