videolevels: reduce debug level of get_property log
This commit is contained in:
parent
47ca2f3910
commit
f6108600d2
@ -385,7 +385,7 @@ gst_videolevels_get_property (GObject * object, guint prop_id, GValue * value,
|
||||
{
|
||||
GstVideoLevels *videolevels = GST_VIDEOLEVELS (object);
|
||||
|
||||
GST_DEBUG_OBJECT (videolevels, "getting property %s", pspec->name);
|
||||
GST_LOG_OBJECT (videolevels, "getting property %s", pspec->name);
|
||||
|
||||
switch (prop_id) {
|
||||
case PROP_LOWIN:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user