Move a step closer to autoplugging. The element selection in the pipeline works.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 15 Dec 2000 16:43:26 +0000 (16:43 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 15 Dec 2000 16:43:26 +0000 (16:43 +0000)
commit64a740ad9b087d4443bb168634aa4b654eac185b
tree9a2e01b029b06d60963c8638ce01e083bf27636a
parenta63780a37746679663f90298afc4ead8418a2678
Move a step closer to autoplugging. The element selection in the pipeline works.

Original commit message from CVS:
Move a step closer to autoplugging. The element selection in the
pipeline works.
Slight modification to the typefind function handling.
removed the stupid mime types in the mpeg decoders.
Adjust videosink for the new caps handling.
Modified the queue example to show an error in plan creation; Erik can you
solve this? This is the type of pipelines autoplugging uses.
examples/queue/queue.c
examples/queue2/queue2.c
gst/gstbin.c
gst/gstcaps.c
gst/gstpipeline.c
gst/gstplugin.c
gst/gsttype.c
tests/old/examples/queue/queue.c
tests/old/examples/queue2/queue2.c