GNOME Bugzilla – Bug 114715
elements with two templates with the same name shouldn't be allowed by gst-register
Last modified: 2004-12-22 21:47:04 UTC
what kind of templates?
pad templates.
Fixed in HEAD CVS with a simple g_return_if_fail (gst_element_class_get_pad_template (klass, templ->name_template) == NULL);