[gst-cvs] gstreamer wtay

Wim Taymans wtay at users.sourceforge.net
Mon Aug 28 13:20:55 PDT 2000


CVSROOT:	/cvsroot/gstreamer
Module name:	gstreamer
Changes by:	wtay	00/08/28 13:20:55

Modified files:
	examples/helloworld2: helloworld2.c 
	gst            : gst.c gstelement.h gstelementfactory.c 
	                 gstplugin.c gstplugin.h gsttype.c gsttype.h 
	gst/elements   : gsttypefind.c 
	gst/types      : gsttypes.c 
	gstplay        : gstplay.c 
	plugins        : Makefile.am 
	plugins/au     : gstparseau.c 
	plugins/audioscale: audioscale.c 
	plugins/avi    : gstaviencoder.c gstparseavi.c 
	plugins/avi/wincodec: gstwincodec.c gstwindec.c 
	plugins/capture/v4l: gstv4lsrc.c 
	plugins/cobin  : cobin.c spindentity.c 
	plugins/effects/stereo: stereo.c 
	plugins/effects/volume: volume.c 
	plugins/filters/median: median.c 
	plugins/filters/smooth: smooth.c 
	plugins/jpeg   : gstjpeg.c 
	plugins/mp3decode/mpg123: gstmpg123.c 
	plugins/mp3decode/parse: mp3parse.c 
	plugins/mp3decode/xing: gstxing.c 
	plugins/mpeg1/mpeg1encoder: gstmpeg1encoder.c 
	plugins/mpeg1/mpeg_play: decoders.c decoders.h gstmpeg_play.c 
	plugins/mpeg1/mpegaudio: gstmpegaudio.c 
	plugins/mpeg1/parse: mpeg1parse.c 
	plugins/mpeg1/system_encode: system_encode.c 
	plugins/mpeg1video/parse: mp1videoparse.c 
	plugins/mpeg2/ac3dec: ac3dec.c 
	plugins/mpeg2/ac3parse: ac3parse.c 
	plugins/mpeg2/mpeg2enc: gstmpeg2enc.c 
	plugins/mpeg2/parse: mpeg2parse.c 
	plugins/mpeg2/subtitles: mpeg2subt.c 
	plugins/mpeg2/video: gstmpeg2play.c 
	plugins/rtjpeg : rtjpeg.c 
	plugins/vcdsrc : vcdsrc.c 
	plugins/videoscale: videoscale.c 
	plugins/videosink: videosink.c 
	plugins/visualization/smoothwave: smoothwave.c 
	plugins/visualization/spectrum: gstspectrum.c 
	plugins/visualization/synaesthesia: synaesthesia.c 
	plugins/visualization/vumeter: vumeter.c 
	plugins/wav    : gstparsewav.c 
	tools          : .cvsignore Makefile.am 
Added files:
	tools          : gstreamer-launch.c gstreamer-register.c 
Removed files:
	tools          : launch.c 

Log message:
Externalized the plugin information in /etc/gstreamer/reg.xml
- no need to do a plugin_load_all()
- plugins are loaded when needed
- typedetect functions are loaded when needed (still buggy)
- no need to check for the existance of the plugin in the codecs
- added gstreamer-register to create the reg.xml file
- renamed launch to gstreamer-launch
- plugins need to register the typefactory they provide
modified the plugins to meet the new design
modified the plugins to correctly set their pad types
autoplugging can be done without loading the plugins now




More information about the Gstreamer-commits mailing list