After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 114715 - elements with two templates with the same name shouldn't be allowed by gst-register
elements with two templates with the same name shouldn't be allowed by gst-re...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal normal
: 0.7.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-08 16:18 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2003-06-08 16:18:11 UTC

Comment 1 David Schleef 2003-12-02 03:52:19 UTC
what kind of templates?
Comment 2 Ronald Bultje 2003-12-02 10:28:40 UTC
pad templates.
Comment 3 Ronald Bultje 2004-01-02 23:52:06 UTC
Fixed in HEAD CVS with a simple g_return_if_fail
(gst_element_class_get_pad_template (klass, templ->name_template) ==
NULL);