CVSROOT: /sources/classpath Module name: classpath Changes by: Mario Torre <neugens> 07/07/09 16:32:25
Modified files:
. : configure.ac ChangeLog
javax/sound/sampled: AudioFormat.java DataLine.java
include : Makefile.am
javax/sound/sampled/spi: MixerProvider.java
native/jni : Makefile.am
Added files:
resource/META-INF/services:
javax.sound.sampled.spi.AudioFileReader.in
javax.sound.sampled.spi.MixerProvider.in
javax.sound.sampled.spi.MixerProvider
native/jni/gstreamer-peer: gstclasspathsrc.h gstclasspathsrc.c
.cvsignore Makefile.am
gstinputstream.h gstinputstream.c
GStreamerIOPeer.c
include :
gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer.h
gnu/javax/sound/sampled/gstreamer/io: GstAudioFileWriter.java
GstAudioFileReader.java
GstAudioFileReaderNativePeer.java
gnu/javax/sound/sampled/gstreamer/lines: GstNativeDataLine.java
GstPipeline.java
GstDataLine.java
GstSourceDataLine.java
gnu/javax/sound/sampled/gstreamer: GStreamerMixer.java
GStreamerMixerProvider.java
gnu/javax/sound: AudioSecurityManager.java
Log message:
2007-07-08 Mario Torre <[EMAIL PROTECTED]>
* gnu/javax/sound/sampled/gstreamer: new package hierarchy.
* gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReader.java:
new file.
*
gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReaderNativePeer.java:
likewise.
* gnu/javax/sound/sampled/gstreamer/lines/GstDataLine.java:
likewise.
* gnu/javax/sound/sampled/gstreamer/GStreamerMixer.java:
likewise.
*
gnu/javax/sound/sampled/gstreamer/GStreamerMixerProvider.java: likewise.
* gnu/javax/sound/AudioSecurityManager.java: likewise.
*
gnu/javax/sound/sampled/gstreamer/lines/GstNativeDataLine.java: likewise.
*
gnu/javax/sound/sampled/gstreamer/lines/GstSourceDataLine.java: likewise.
* gnu/javax/sound/sampled/gstreamer/lines/GstPipeline.java:
likewise.
* gnu/javax/sound/sampled/gstreamer/io/GstAudioFileWriter.java:
likewise.
*
resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader.in:
likewise.
*
resource/META-INF/services/javax.sound.sampled.spi.MixerProvider.in:
likewise.
*
resource/META-INF/services/javax.sound.sampled.spi.MixerProvider:
likewise.
* native/jni/gstreamer-peer/gstclasspathsrc.c: likewise.
* native/jni/gstreamer-peer/gstclasspathsrc.h: likewise.
* native/jni/gstreamer-peer/gstinputstream.c: likewise.
* native/jni/gstreamer-peer/gstinputstream.h: likewise.
* native/jni/gstreamer-peer/GStreamerIOPeer.c: likewise.
* native/jni/gstreamer-peer/Makefile.am: likewise.
* native/jni/gstreamer-peer/.cvsignore: likewise.
*
include/gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer.h:
likewise.
* include/Makefile.am: add gstreamer generated headers.
* configure.ac: add gstreamer sound backend configuration.
The backend is currently disabled by default.
* native/jni/Makefile.am: code to allow compilation of the
gstreamer
sound backend.
* javax/sound/sampled/spi/MixerProvider.java (isMixerSupported):
indentation fixes.
* javax/sound/sampled/AudioFormat.java (toString): fix method
to display
informations only when available.
* javax/sound/sampled/DataLine.java:
(Info.isFormatSupported): indentation fixes.
(Info): indentation fixes.
(Info.toString): indentation fixes.
(Info.matches): indentation fixes.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader.in?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.sampled.spi.MixerProvider.in?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.sampled.spi.MixerProvider?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&r1=1.211&r2=1.212
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9348&r2=1.9349
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gstreamer-peer/gstclasspathsrc.h?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gstreamer-peer/gstclasspathsrc.c?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gstreamer-peer/.cvsignore?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gstreamer-peer/Makefile.am?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gstreamer-peer/gstinputstream.h?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gstreamer-peer/gstinputstream.c?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gstreamer-peer/GStreamerIOPeer.c?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/sampled/AudioFormat.java?cvsroot=classpath&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/sampled/DataLine.java?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/include/Makefile.am?cvsroot=classpath&r1=1.81&r2=1.82
http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer.h?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/io/GstAudioFileWriter.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReader.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReaderNativePeer.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/lines/GstNativeDataLine.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/lines/GstPipeline.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/lines/GstDataLine.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/lines/GstSourceDataLine.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/GStreamerMixer.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/gstreamer/GStreamerMixerProvider.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/AudioSecurityManager.java?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/sampled/spi/MixerProvider.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/Makefile.am?cvsroot=classpath&r1=1.18&r2=1.19
