The typefind function now returns a GstCaps structure instead of a gboolean. modified...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 17 Dec 2000 16:24:14 +0000 (16:24 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 17 Dec 2000 16:24:14 +0000 (16:24 +0000)
commit510430d10fb9555db4d53df7a7c97a4caa1c4b0d
tree0e0450a07edff52453447202e7d1850f0d44bc10
parente40c2845726697d397e33086d3073e8293332ec3
The typefind function now returns a GstCaps structure instead of a gboolean. modified some plugins to this new behaviour

Original commit message from CVS:
The typefind function now returns a GstCaps structure instead of a gboolean.
modified some plugins to this new behaviour
Fixed autoplugging for the mpg123 case. When an element is selected in
autoplugging and the caps do not match, another element is selected until the
caps match. only examples/autoplug works because gstmediaplay uses a threaded
setup that does not seem to work with the current scheduling.
gst/gstbin.c
gst/gstcaps.c
gst/gstpad.c
gst/gstpipeline.c
gst/gstprops.c
gst/gsttype.c
gst/gsttype.h