[gst-cvs] gstreamer wtay

Wim Taymans wtay at users.sourceforge.net
Sat Mar 24 09:22:03 PST 2001


CVSROOT:	/cvsroot/gstreamer
Module name:	gstreamer
Changes by:	wtay	01/03/24 09:22:03

Modified files:
	.              : configure.in 
	examples/autoplug: autoplug.c 
	examples/helloworld: helloworld.c 
	examples/helloworld2: helloworld2.c 
	examples/launch: mp3play 
	examples/queue : queue.c 
	examples/queue2: queue2.c 
	examples/queue3: queue3.c 
	examples/queue4: queue4.c 
	examples/thread: thread.c 
	examples/xml   : createxml.c 
	gst            : Makefile.am gstcaps.c gstcaps.h gstprops.c 
	                 gstprops.h gstpropsprivate.h 
	gst/elements   : Makefile.am gstelements.c gstsinesrc.c 
	                 gstsinesrc.h 
	gst/meta       : Makefile.am 
	gstplay        : gstplay.c 
	plugins        : Makefile.am 
	plugins/au     : gstparseau.c gstparseau.h 
	plugins/audioscale: audioscale.c audioscale.h 
	plugins/avi    : audiocodecs.c gstavidecoder.c gstavidecoder.h 
	                 gstaviencoder.h 
	plugins/flx    : flx_decoder.c 
	plugins/mp3decode/mpg123: gstmpg123.c gstmpg123.h 
	plugins/mpeg1/mpeg_play: gstmpeg_play.c 
	plugins/mpeg1/mpegaudio: gstmpegaudio.h 
	plugins/mpeg1video/parse: mp1videoparse.c 
	plugins/mpeg2/ac3dec: ac3dec.c ac3dec.h 
	plugins/mpeg2/mpeg2dec: gstmpeg2dec.c 
	plugins/mpeg2/parse: mpeg2parse.c 
	plugins/vorbis : vorbis.c vorbisdec.c 
	test           : a.c ac3play.c aviparse.c m.c mcut.c mp1parse.c 
	                 mp1tomp1.c mp2toavi.c mp2tomp1.c mp3.c 
	                 mp3play.c mpeg2parse.c mpg123.c p.c qtest.c r.c 
	                 record.c s.c spectrum.c typefind.c vidcapture.c 
	                 vidcapture2.c w.c xmmstest.c 
	tests          : autoplug.c autoplug3.c paranoia.c 
	tools          : README gstreamer-inspect.c 
Added files:
	gst/elements   : gstmultidisksrc.c gstmultidisksrc.h 
	plugins/oss    : .cvsignore Makefile.am gstossaudio.c 
	                 gstosssink.c gstosssink.h gstosssrc.c 
	                 gstosssrc.h 
Removed files:
	gst/elements   : gstaudiosink.c gstaudiosink.h gstaudiosrc.c 
	                 gstaudiosrc.h 
	gst/meta       : audioraw.h 

Log message:
Modified a lot of plugins to use the caps system.
Modified the caps of audio/raw to our agreed properties.
Added the multidisksrc plugin of Dominic Ludlam
Renamed audiosink/src to osssink/src and updated all the examples using
the old name. Moved oss specific plugins in an oss directory. removed
the old audiosink from the elements/ dir.
removed audioraw.h metadata header files since we now use the properties.
There are still a few plugins that won't build because they include the
old audioraw.h header file. This will be fixed soon.
Make sure the caps are set in the plugins as described by their
padtemplates (this should solve problems with gstmediaplay with various
media files).

*please don't panic when some plugins won't build, just cd manually into
the plugin dirs* This will be fixed soon.





More information about the Gstreamer-commits mailing list