mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
01bd3b9dae
commit
2a00562bce
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
|
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
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
#include "mixertrack.h"
|
#include "mixertrack.h"
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
Loading…
Reference in a new issue