More Caps changes, this change introduces the padfactory. the GstPadFactory will...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 12 Dec 2000 19:29:43 +0000 (19:29 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 12 Dec 2000 19:29:43 +0000 (19:29 +0000)
commitd78215be9df43a473d4754b9f3ccf482b7266db1
tree552f57216eb96b688d64837934e1b5dd64dcce2e
parent5f7a20ff6f545a11b6eb4e18251461c9668d2de5
More Caps changes, this change introduces the padfactory. the GstPadFactory will be used to describe the pads that an...

Original commit message from CVS:
More Caps changes, this change introduces the padfactory. the GstPadFactory
will be used to describe the pads that an element will contain during
its lifetime.
mpg123 and mp3parse serve as an example.
More XML changes to incorporate the padfactories.
gst/gstcaps.c
gst/gstcaps.h
gst/gstelement.h
gst/gstelementfactory.c
gst/gstpad.c
gst/gstpad.h
gst/gstpipeline.c
gst/gsttype.c
tests/.gitignore
tests/caps.c
tests/registry.c