mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
forgot to update the Changelog for the past two days, bad me, bad
Original commit message from CVS: forgot to update the Changelog for the past two days, bad me, bad
This commit is contained in:
parent
a4ee05fa18
commit
4e83016b4d
2 changed files with 22 additions and 1 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,18 @@
|
||||||
|
2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||||
|
|
||||||
|
* configure.ac : test for FIONREAD ioctl in sys/filio.h for Solaris compat.
|
||||||
|
* gst/tcp/gsttcpclientsrc.c : idem
|
||||||
|
* gst/tcp/gsttcpserversink.c : idem
|
||||||
|
* gst/tcp/gsttcpserversrc.c : idem
|
||||||
|
* m4/gst-fionread.m4 : idem
|
||||||
|
|
||||||
|
* sys/sunaudio/gstsunaudio.c : change category to Sink/Audio
|
||||||
|
|
||||||
|
* configure.ac : enable speex plugin for speex 1.1.5+
|
||||||
|
* ext/speex/gstspeexenc.c : fix cast warning
|
||||||
|
|
||||||
|
* ext/esd/README : fix typo
|
||||||
|
|
||||||
2004-05-20 David Schleef <ds@schleef.org>
|
2004-05-20 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* configure.ac: Minor cosmetic change to convince the buildbot to
|
* configure.ac: Minor cosmetic change to convince the buildbot to
|
||||||
|
@ -111,6 +126,12 @@
|
||||||
* ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
|
* ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
|
||||||
ending of the array. Fixes gst-inspect segfault on ppc.
|
ending of the array. Fixes gst-inspect segfault on ppc.
|
||||||
|
|
||||||
|
2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||||
|
|
||||||
|
* ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
|
||||||
|
|
||||||
|
* m4/a52.m4 : don't fix a test that should fail with current a52dec lib
|
||||||
|
|
||||||
2004-05-18 David Schleef <ds@schleef.org>
|
2004-05-18 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
|
* gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
The esdsink plugin
|
The esdsink plugin
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The esdsink plugin is for outputting an audio atream to an esd soundserver, whether local or on a remote machine
|
The esdsink plugin is for outputting an audio stream to an esd soundserver, whether local or on a remote machine
|
||||||
|
|
||||||
esdsink has 2 arguments that it accepts:
|
esdsink has 2 arguments that it accepts:
|
||||||
- 'mute' (boolean value)
|
- 'mute' (boolean value)
|
||||||
|
|
Loading…
Reference in a new issue