Reworked the capsnegotiation function audiosink now uses capsnego to set its paramete...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 18 Mar 2001 02:42:30 +0000 (02:42 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 18 Mar 2001 02:42:30 +0000 (02:42 +0000)
commit3534e68563d0185a46c1701f4d2d89afca236e4f
treea17fbf8af5c477dd8bf42f6f10c41a9bf308e9bb
parent93c01d268fde4789f23b03c9a552da590e5dbcdb
Reworked the capsnegotiation function audiosink now uses capsnego to set its parameters mpg123/ac3dec use capsnego in...

Original commit message from CVS:
Reworked the capsnegotiation function
audiosink now uses capsnego to set its parameters
mpg123/ac3dec use capsnego instead of metadata
Added the beginnings of a testsuite for capsnego.
28 files changed:
configure.in
docs/plugins/tmpl/gstreamer-plugins-unused.sgml
docs/random/wtay/capsnego-cases
examples/helloworld/helloworld.c
examples/queue/queue.c
examples/xml/runxml.c
gst/elements/gstaudiosink.c
gst/gstcaps.c
gst/gstcaps.h
gst/gstpad.c
gst/gstpad.h
gst/gstprops.c
gst/gstprops.h
gst/gstqueue.c
plugins/elements/gstaudiosink.c
plugins/elements/gstqueue.c
tests/old/examples/helloworld/helloworld.c
tests/old/examples/queue/queue.c
tests/old/examples/xml/runxml.c
tests/old/testsuite/capsnego/.gitignore [new file with mode: 0644]
tests/old/testsuite/capsnego/Makefile.am [new file with mode: 0644]
tests/old/testsuite/capsnego/capsnego.c [new file with mode: 0644]
tests/old/testsuite/capsnego/converter.c [new file with mode: 0644]
tests/props.c
testsuite/capsnego/.gitignore [new file with mode: 0644]
testsuite/capsnego/Makefile.am [new file with mode: 0644]
testsuite/capsnego/capsnego.c [new file with mode: 0644]
testsuite/capsnego/converter.c [new file with mode: 0644]