Add another GST_STR_NULL instance

Original commit message from CVS:
Add another GST_STR_NULL instance
This commit is contained in:
Thomas Vander Stichele 2005-11-03 00:39:54 +00:00
parent 3b80a92550
commit 102c29b3b8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-11-03 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstregistryxml.c: (load_feature):
Add another GST_STR_NULL instance
2005-11-02 Edward Hervey <edward@fluendo.com>
* gst/gstpad.c: (handle_pad_block):

View file

@ -584,7 +584,7 @@ load_feature (xmlTextReaderPtr reader)
if (template) {
GST_LOG ("adding template %s to factory %s",
GST_PAD_TEMPLATE_NAME_TEMPLATE (template),
GST_STR_NULL (GST_PAD_TEMPLATE_NAME_TEMPLATE (template)),
GST_PLUGIN_FEATURE_NAME (feature));
__gst_element_factory_add_static_pad_template (factory, template);
}