vaapipostproc: demote log message to trace level

This commit is contained in:
Víctor Manuel Jáquez Leal 2020-02-07 15:24:18 +01:00 committed by GStreamer Merge Bot
parent c55309c2ed
commit 566af572af

View file

@ -1790,7 +1790,7 @@ gst_vaapipostproc_src_event (GstBaseTransform * trans, GstEvent * event)
GstStructure *structure; GstStructure *structure;
gboolean ret; gboolean ret;
GST_DEBUG_OBJECT (postproc, "handling %s event", GST_EVENT_TYPE_NAME (event)); GST_TRACE_OBJECT (postproc, "handling %s event", GST_EVENT_TYPE_NAME (event));
switch (GST_EVENT_TYPE (event)) { switch (GST_EVENT_TYPE (event)) {
case GST_EVENT_NAVIGATION: case GST_EVENT_NAVIGATION: