Modified a lot of plugins to use the caps system.
authorWim Taymans <wim.taymans@gmail.com>
Sat, 24 Mar 2001 17:22:03 +0000 (17:22 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 24 Mar 2001 17:22:03 +0000 (17:22 +0000)
commit0837e1e495de3bc0d1972d3d6dc5faa8ae11dcc4
tree6ac099490b3e957056111c08992084d1dd146d0a
parentd611faa5bcd10eacbb44e9976d135e01428d1bf5
Modified a lot of plugins to use the caps system.

Original commit message from CVS:
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.
83 files changed:
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
gst/elements/Makefile.am
gst/elements/gstaudiosink.c [deleted file]
gst/elements/gstaudiosink.h [deleted file]
gst/elements/gstaudiosrc.c [deleted file]
gst/elements/gstaudiosrc.h [deleted file]
gst/elements/gstelements.c
gst/elements/gstmultidisksrc.c [new file with mode: 0644]
gst/elements/gstmultidisksrc.h [new file with mode: 0644]
gst/elements/gstmultifilesrc.c [new file with mode: 0644]
gst/elements/gstmultifilesrc.h [new file with mode: 0644]
gst/elements/gstsinesrc.c
gst/elements/gstsinesrc.h
gst/gstcaps.c
gst/gstcaps.h
gst/gstprops.c
gst/gstprops.h
gst/gstpropsprivate.h
gst/meta/Makefile.am
gst/meta/audioraw.h [deleted file]
gstplay/gstplay.c
plugins/elements/Makefile.am
plugins/elements/gstaudiosink.c [deleted file]
plugins/elements/gstaudiosink.h [deleted file]
plugins/elements/gstaudiosrc.c [deleted file]
plugins/elements/gstaudiosrc.h [deleted file]
plugins/elements/gstelements.c
plugins/elements/gstmultidisksrc.c [new file with mode: 0644]
plugins/elements/gstmultidisksrc.h [new file with mode: 0644]
plugins/elements/gstmultifilesrc.c [new file with mode: 0644]
plugins/elements/gstmultifilesrc.h [new file with mode: 0644]
plugins/elements/gstsinesrc.c
plugins/elements/gstsinesrc.h
test/a.c
test/ac3play.c
test/aviparse.c
test/m.c
test/mcut.c
test/mp1parse.c
test/mp1tomp1.c
test/mp2toavi.c
test/mp2tomp1.c
test/mp3.c
test/mp3play.c
test/mpeg2parse.c
test/mpg123.c
test/p.c
test/qtest.c
test/r.c
test/record.c
test/s.c
test/spectrum.c
test/typefind.c
test/vidcapture.c
test/vidcapture2.c
test/w.c
test/xmmstest.c
tests/autoplug.c
tests/autoplug3.c
tests/old/examples/autoplug/autoplug.c
tests/old/examples/helloworld/helloworld.c
tests/old/examples/helloworld2/helloworld2.c
tests/old/examples/launch/mp3play
tests/old/examples/queue/queue.c
tests/old/examples/queue2/queue2.c
tests/old/examples/queue3/queue3.c
tests/old/examples/queue4/queue4.c
tests/old/examples/thread/thread.c
tests/old/examples/xml/createxml.c
tests/paranoia.c
tools/README
tools/gstreamer-inspect.c