Merge with the main trunk. BRANCH-AUTOPLUG2-20010301
authorWim Taymans <wim.taymans@gmail.com>
Thu, 1 Mar 2001 22:36:26 +0000 (22:36 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 1 Mar 2001 22:36:26 +0000 (22:36 +0000)
commit90ac5da6d6fe07dc902502cfed96a779b1717e23
tree8744445209d6438a7be507e3c9bbfcbb3f76f993
parent81197b7c0663cf731a4b270fcae7b08e76f2572d
Merge with the main trunk.

Original commit message from CVS:
Merge with the main trunk.
GstPlay needed some changes for the dynamic pads in the avidecoder since
the new autoplugger doesn't know about the outher elements. The next
version of the autoplugger will also handle the audfio/videosink connections
and will do a complete end-to-end autoplugging.
153 files changed:
Makefile.am
configure.in
debian/.gitignore [new file with mode: 0644]
debian/Makefile.am [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/gsteditor.files [new file with mode: 0644]
debian/gsteditor.menu [new file with mode: 0644]
debian/gstmediaplay.files [new file with mode: 0644]
debian/gstmediaplay.menu [new file with mode: 0644]
debian/gstreamer-cdparanoia.files [new file with mode: 0644]
debian/gstreamer-common.files [new file with mode: 0644]
debian/gstreamer-doc.files [new file with mode: 0644]
debian/gstreamer-elements.files [new file with mode: 0644]
debian/gstreamer-esd.files [new file with mode: 0644]
debian/gstreamer-lame.files [new file with mode: 0644]
debian/gstreamer-mpg123.files [new file with mode: 0644]
debian/gstreamer-plugin-template.postinst [new file with mode: 0644]
debian/gstreamer-plugin-template.prerm [new file with mode: 0644]
debian/gstreamer-runtime.files [new file with mode: 0644]
debian/gstreamer-runtime.postinst [new file with mode: 0644]
debian/gstreamer-tools.files [new file with mode: 0644]
debian/gstreamer-vorbis.files [new file with mode: 0644]
debian/libgst-dev.files [new file with mode: 0644]
debian/libgst0.files [new file with mode: 0644]
debian/libgst0.postinst [new file with mode: 0644]
debian/libgsteditor-dev.files [new file with mode: 0644]
debian/libgsteditor0.files [new file with mode: 0644]
debian/libgsteditor0.postinst [new file with mode: 0644]
debian/libgstmediaplay-dev.files [new file with mode: 0644]
debian/libgstmediaplay0.files [new file with mode: 0644]
debian/libgstmediaplay0.postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
docs/Makefile.am
docs/fwg/testapp.sgml
docs/fwg/titlepage.sgml
docs/gst/Makefile.am
docs/gst/gstreamer-docs.sgml
docs/gst/gstreamer-sections.txt
docs/gst/tmpl/gstbuffer.sgml
docs/gst/tmpl/gstcaps.sgml
docs/gst/tmpl/gstdisksrc.sgml
docs/gst/tmpl/gstobject.sgml
docs/gst/tmpl/gstpad.sgml
docs/gst/tmpl/gstplugin.sgml
docs/gst/tmpl/gstreamer-unused.sgml
docs/manual/Makefile.am
docs/manual/bins.sgml
docs/manual/debugging.sgml [new file with mode: 0644]
docs/manual/dynamic.sgml
docs/manual/gstreamer-manual.sgml
docs/manual/helloworld.sgml
docs/manual/helloworld2.sgml
docs/manual/pads.sgml
docs/manual/plugins.sgml
docs/manual/queues.sgml
docs/manual/quotes.sgml
docs/manual/threads.sgml
docs/manual/typedetection.sgml
docs/manual/xml.sgml
docs/plugins/Makefile.am
docs/plugins/gstdoc-scanobj
docs/plugins/tmpl/ac3parse.sgml
docs/plugins/tmpl/audioscale.sgml
docs/plugins/tmpl/gstaviencoder.sgml
docs/plugins/tmpl/gstmpeg2enc.sgml
docs/plugins/tmpl/gstmpeg2play.sgml
docs/plugins/tmpl/gstmpeg_play.sgml
docs/plugins/tmpl/gstreamer-plugins-unused.sgml
docs/plugins/tmpl/gstspectrum.sgml
docs/plugins/tmpl/gstv4lsrc.sgml
docs/plugins/tmpl/gstwindec.sgml
docs/plugins/tmpl/gstwinenc.sgml
docs/plugins/tmpl/median.sgml
docs/plugins/tmpl/mp3parse.sgml
docs/plugins/tmpl/mpeg1parse.sgml
docs/plugins/tmpl/mpeg2parse.sgml
docs/plugins/tmpl/mpeg2subt.sgml
docs/plugins/tmpl/smooth.sgml
docs/plugins/tmpl/smoothwave.sgml
docs/plugins/tmpl/stereo.sgml
docs/plugins/tmpl/synaesthesia.sgml
docs/plugins/tmpl/system_encode.sgml
docs/plugins/tmpl/videoscale.sgml
docs/plugins/tmpl/videosink.sgml
docs/plugins/tmpl/volume.sgml
docs/plugins/tmpl/vumeter.sgml
docs/random/NOTES-0.1.1 [new file with mode: 0644]
docs/random/caps.dia [new file with mode: 0644]
docs/random/wtay/caps-negociation [new file with mode: 0644]
examples/Makefile.am
examples/plugins/example.c
examples/plugins/example.h
gst/Makefile.am
gst/autoplug/gststaticautoplug.c
gst/elements/gstdisksrc.c
gst/elements/gstelements.c
gst/gst.c
gst/gst.h
gst/gstbin.c
gst/gstcaps.c
gst/gstcaps.h
gst/gstcpu.c
gst/gstcpu.h
gst/gstelement.h
gst/gstinfo.h
gst/gstpad.c
gst/gstpad.h
gst/gstplugin.c
gst/gstplugin.h
gst/gstprops.c
gst/gstqueue.c
gst/gstscheduler.c
gst/gstthread.c
gst/gsttype.c
gst/gstutils.h
gstplay/gstmediaplay.c
gstplay/gstplay.c
gstreamer-config.in
include/Makefile.am
include/avifmt.h [deleted file]
include/default.h [deleted file]
include/registry.h [deleted file]
include/wine/msacm.h
libs/Makefile.am
libs/colorspace/rgb2rgb.c
libs/getbits/gstgetbits.c
libs/getbits/gstgetbits.h
libs/getbits/gstgetbits_inl.h
libs/videoscale/Makefile.am
libs/winloader/Makefile.am
libs/winloader/afl.c
libs/winloader/avifmt.h [new file with mode: 0644]
libs/winloader/driver.c
libs/winloader/elfdll.c
libs/winloader/externals.c [deleted file]
libs/winloader/externals.h [deleted file]
libs/winloader/module.c
libs/winloader/pe_image.c
libs/winloader/registry.h [new file with mode: 0644]
libs/winloader/vfl.c
libs/winloader/win32.c [new file with mode: 0644]
libs/winloader/win32.h [new file with mode: 0644]
plugins/elements/gstdisksrc.c
plugins/elements/gstelements.c
plugins/elements/gstqueue.c
test/videotest.c
tests/old/examples/Makefile.am
tests/old/examples/plugins/example.c
tests/old/examples/plugins/example.h
tools/README