gst/gstpad.c: check that caps are fixed
authorBenjamin Otte <otte@gnome.org>
Thu, 29 Jul 2004 15:29:37 +0000 (15:29 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 29 Jul 2004 15:29:37 +0000 (15:29 +0000)
commit2bd5f3ad46469cf7b5b88b65dce9b2653306586b
treecc28a368089764f8987ecef6e054e6e083202e11
parent0dc1a2b42f41789da509994d4d013ff8645763ce
gst/gstpad.c: check that caps are fixed

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_set_explicit_caps):
check that caps are fixed
* gst/gstpad.c: (gst_pad_template_new):
don't try to simplify caps, costs too much time on gst_init
* gst/gstplugin.c: (gst_plugin_add_feature):
G_ERROR if features are added twice
* gst/gsttypefind.c: (gst_type_find_register):
* gst/gstelementfactory.c: (gst_element_register):
don't add features twice
* docs/random/ds/0.9-suggested-changes:
add note about possible gst_init optimization
ChangeLog
docs/random/ds/0.9-suggested-changes
gst/gstelementfactory.c
gst/gstpad.c
gst/gstplugin.c
gst/gsttypefind.c