d3dhelpers.c: fix typo in debug output

This commit is contained in:
Aaron Boxer 2019-01-30 11:11:47 -05:00
parent a9c61e467a
commit 68ae46ae14

View file

@ -1269,8 +1269,7 @@ d3d_notify_device_lost (GstD3DVideoSink * sink)
LOCK_SINK (sink);
if (!sink->d3d.device_lost) {
GST_WARNING_OBJECT (sink,
"D3D Device has been lost. Cleanup up resources..");
GST_WARNING_OBJECT (sink, "D3D Device has been lost. Clean up resources.");
/* Stream will continue with GST_FLOW_OK, until device has been reset */
sink->d3d.device_lost = TRUE;