From 102c29b3b8ca565e76b01eedf3c80057fe2b8eb7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 3 Nov 2005 00:39:54 +0000 Subject: [PATCH] Add another GST_STR_NULL instance Original commit message from CVS: Add another GST_STR_NULL instance --- ChangeLog | 5 +++++ gst/gstregistryxml.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1911763..f60da4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-03 Thomas Vander Stichele + + * gst/gstregistryxml.c: (load_feature): + Add another GST_STR_NULL instance + 2005-11-02 Edward Hervey * gst/gstpad.c: (handle_pad_block): diff --git a/gst/gstregistryxml.c b/gst/gstregistryxml.c index 66ae88d..c44a4f4 100644 --- a/gst/gstregistryxml.c +++ b/gst/gstregistryxml.c @@ -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); } -- 2.7.4