Original commit message from CVS:
2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gststructure.c: (gst_structure_to_string):
guard against NULL printf - happens when for example
a message structure with GstClock gets serialized
+2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/gststructure.c: (gst_structure_to_string):
+ guard against NULL printf - happens when for example
+ a message structure with GstClock gets serialized
+
2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
* gst/base/gstcollectpads.c: (gst_collectpads_event):
type = gst_structure_value_get_generic_type (&field->value);
g_string_append_printf (s, ", %s=(%s)%s", g_quark_to_string (field->name),
- gst_structure_to_abbr (type), t);
+ gst_structure_to_abbr (type), GST_STR_NULL (t));
g_free (t);
}
return g_string_free (s, FALSE);