gst/gstpad.c: throw an error if the getcaps function does not return a subset of...
authorBenjamin Otte <otte@gnome.org>
Tue, 29 Jun 2004 00:34:38 +0000 (00:34 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 29 Jun 2004 00:34:38 +0000 (00:34 +0000)
commit968c817c260755986168930891bb9f4bebbd28b6
treec864906d90f75c8c8ee29d19744e27fa9c6bec51
parentf683e73dc63a9cd1428be5f6a1c0e1a69611ad34
gst/gstpad.c: throw an error if the getcaps function does not return a subset of the template caps.

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_get_caps):
throw an error if the getcaps function does not return a subset of
the template caps.
* libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
make disconts without position info an error in debugging
* tests/spidey_bench.c: (handoff), (main):
don't count first try when averaging
ChangeLog
gst/gstpad.c
libs/gst/bytestream/filepad.c
tests/spidey_bench.c