GNOME Bugzilla – Bug 689948
gst_plugin_register_func() should guard null descrptor strings with GST_STR_NULL
Last modified: 2012-12-10 11:52:55 UTC
In 513 static GstPlugin * gst_plugin_register_func (GstPlugin * plugin, const GstPluginDesc * desc, ...... 519 GST_WARNING ("plugin \"%s\" has incompatible version, not loading", plugin->filename); filename could be NULL. Similar protection needed in the other error checks in the beginning part of this function.
commit 8914ccad3f2378843cbe4e6325d884ab96eb77de Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Dec 10 11:55:42 2012 +0100 plugin: protect against NULL filename in debug See https://bugzilla.gnome.org/show_bug.cgi?id=689948