mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
vaapipostproc: remove useless debug message
This commit is contained in:
parent
e2d60c83a6
commit
700f010766
1 changed files with 0 additions and 2 deletions
|
@ -1266,8 +1266,6 @@ gst_vaapipostproc_query (GstBaseTransform * trans, GstPadDirection direction,
|
|||
{
|
||||
GstVaapiPostproc *const postproc = GST_VAAPIPOSTPROC (trans);
|
||||
|
||||
GST_DEBUG_OBJECT (trans, "query type `%s'", GST_QUERY_TYPE_NAME (query));
|
||||
|
||||
if (gst_vaapi_reply_to_query (query,
|
||||
GST_VAAPI_PLUGIN_BASE_DISPLAY (postproc))) {
|
||||
GST_DEBUG_OBJECT (postproc, "sharing display %p",
|
||||
|
|
Loading…
Reference in a new issue