mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
va: Fix log message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1845>
This commit is contained in:
parent
7a7daf0f37
commit
72b0f8ab17
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ plugin_register_encoders (GstPlugin * plugin, GstVaDevice * device,
|
|||
}
|
||||
break;
|
||||
default:
|
||||
GST_DEBUG ("No decoder implementation for %" GST_FOURCC_FORMAT,
|
||||
GST_DEBUG ("No encoder implementation for %" GST_FOURCC_FORMAT,
|
||||
GST_FOURCC_ARGS (codec));
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue