work with debug disabled

Original commit message from CVS:
work with debug disabled
This commit is contained in:
Thomas Vander Stichele 2005-04-10 20:29:44 +00:00
parent 6426406e1a
commit c6957f0e92

View file

@ -497,7 +497,10 @@ gst_object_dispatch_properties_changed (GObject * object,
while (parent) {
/* for debugging ... */
gchar *parent_name = gst_object_get_name (parent);
#ifndef GST_DISABLE_GST_DEBUG
gchar *debug_parent_name = GST_STR_NULL (parent_name);
#endif
/* need own category? */
for (i = 0; i < n_pspecs; i++) {