d3dhelpers.c: fix typo in debug output
authorAaron Boxer <aaron.boxer@collabora.com>
Wed, 30 Jan 2019 16:11:47 +0000 (11:11 -0500)
committerAaron Boxer <aaron.boxer@collabora.com>
Wed, 30 Jan 2019 16:27:42 +0000 (11:27 -0500)
sys/d3dvideosink/d3dhelpers.c

index 40eb9ba..a145f53 100644 (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;