gst/gstplugin.c: Print error debug message if plugin description fields that should...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 2 Jul 2008 14:43:40 +0000 (14:43 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 2 Jul 2008 14:43:40 +0000 (14:43 +0000)
commit944de3aa68b2722586c0186a333fc370e0188a14
tree4d9885097246fba08e3589406132b5228e67bdab
parent78bb15ec47ce54d588a82a99513cfd5cebd4a77f
gst/gstplugin.c: Print error debug message if plugin description fields that should be set are NULL.

Original commit message from CVS:
* gst/gstplugin.c: (CHECK_PLUGIN_DESC_FIELD), (gst_plugin_load_file):
Print error debug message if plugin description fields that should
be set are NULL.
* gst/gstregistrybinary.c: (gst_registry_binary_save_const_string):
Don't crash if the string to serialise is NULL (it really should
not be, but apparently this used to work with the xml registry ...).
ChangeLog
gst/gstplugin.c
gst/gstregistrybinary.c