[gst-cvs] gstreamer wtay
Wim Taymans
wtay at users.sourceforge.net
Mon Aug 21 14:20:40 PDT 2000
CVSROOT: /cvsroot/gstreamer
Module name: gstreamer
Changes by: wtay 00/08/21 14:20:39
Modified files:
docs/manual : outline.txt
gst : gstbin.c gstbin.h gstelement.c gstelement.h
gstelementfactory.c gstpipeline.c gstpipeline.h
gsttype.c gsttype.h
gst/elements : gstaudiosink.c gstaudiosink.h gstelements.c
gsttypefind.c gsttypefind.h
plugins/filters/median: median.c
plugins/filters/smooth: smooth.c
plugins/mp3decode/xing: gstxing.c
plugins/mpeg1/mpegaudio: gstmpegaudio.c
plugins/mpeg1/parse: mpeg1parse.c
plugins/wav : gstparsewav.c
Log message:
A first (rude) attempt at autoplug.
Autoplugging selects appropriate codecs to connect src to sink, adds
them to the pipeline and connect pads.
Autoplugging will run the typedetect plugin if the src pad has no MIME
type.
No autoplugging is done on the src and sink pads, it's hardcoded:
connect 'src to sink'.
No attempt at creating threads.
No attempt at dynamically autoplugging not yet existing pads.
Changes to (some) plugins to properly set their MIME types.
More information about the Gstreamer-commits
mailing list