mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
work with debug disabled
Original commit message from CVS: work with debug disabled
This commit is contained in:
parent
6426406e1a
commit
c6957f0e92
1 changed files with 3 additions and 0 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue