mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
d3dhelpers.c: fix typo in debug output
This commit is contained in:
parent
a9c61e467a
commit
68ae46ae14
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue