transition: Lower done some debug loggin level

This commit is contained in:
Thibault Saunier 2016-04-09 18:13:33 -03:00
parent 53471db56e
commit af27a11d65

View file

@ -501,7 +501,7 @@ ges_video_transition_set_transition_type_internal (GESVideoTransition
}
if (type == priv->type) {
GST_ERROR ("This type is already set on this transition\n");
GST_DEBUG ("%d type is already set on this transition\n", type);
return TRUE;
}