Add another GST_STR_NULL instance
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 3 Nov 2005 00:39:54 +0000 (00:39 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 3 Nov 2005 00:39:54 +0000 (00:39 +0000)
Original commit message from CVS:
Add another GST_STR_NULL instance

ChangeLog
gst/gstregistryxml.c

index 1911763..f60da4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 66ae88d..c44a4f4 100644 (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);
           }