omxbufferpool: don't use CAT_PERFORMANCE if pool will copy
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Wed, 6 Feb 2019 13:57:05 +0000 (14:57 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Tue, 26 Mar 2019 14:15:21 +0000 (15:15 +0100)
commitb53c91d9ef76fa90fa0432f9928596f17e38380b
treef3631844662d01b9735acecd0ecaca91faa70720
parent6feac3ed260a292d16baf229a0e6e1171a952396
omxbufferpool: don't use CAT_PERFORMANCE if pool will copy

This was the single place where this category was used in gst-omx so
most users, including me, are generally not turning it and were missing this
important information from logs.

The copying code uses gst_video_frame_copy() which is already logging
with CAT_PERFORMANCE so we can still have this information when using
only this debug category.
omx/gstomxbufferpool.c