mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
vaapipostproc: demote log message to trace level
This commit is contained in:
parent
c55309c2ed
commit
566af572af
1 changed files with 1 additions and 1 deletions
|
@ -1790,7 +1790,7 @@ gst_vaapipostproc_src_event (GstBaseTransform * trans, GstEvent * event)
|
|||
GstStructure *structure;
|
||||
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)) {
|
||||
case GST_EVENT_NAVIGATION:
|
||||
|
|
Loading…
Reference in a new issue