mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
turned off unnecessary spew, should not be present at by default, let alone in 0.6.0
Original commit message from CVS: turned off unnecessary spew, should not be present at by default, let alone in 0.6.0
This commit is contained in:
parent
ac3a27cb6f
commit
0870d3eb87
1 changed files with 2 additions and 1 deletions
|
@ -382,7 +382,8 @@ gst_object_default_deep_notify (GObject *object, GstObject *orig,
|
|||
str = g_strdup_value_contents (&value);
|
||||
}
|
||||
name = gst_object_get_path_string (orig);
|
||||
g_print ("%s: %s = %s\n", name, pspec->name, str);
|
||||
/* This should not be done as a default regardless. */
|
||||
/* g_print ("%s: %s = %s\n", name, pspec->name, str); */
|
||||
g_free (name);
|
||||
g_free (str);
|
||||
g_value_unset (&value);
|
||||
|
|
Loading…
Reference in a new issue