d3dhelpers.c: fix typo in debug output
This commit is contained in:
parent
a9c61e467a
commit
68ae46ae14
@ -1269,8 +1269,7 @@ d3d_notify_device_lost (GstD3DVideoSink * sink)
|
|||||||
LOCK_SINK (sink);
|
LOCK_SINK (sink);
|
||||||
|
|
||||||
if (!sink->d3d.device_lost) {
|
if (!sink->d3d.device_lost) {
|
||||||
GST_WARNING_OBJECT (sink,
|
GST_WARNING_OBJECT (sink, "D3D Device has been lost. Clean up resources.");
|
||||||
"D3D Device has been lost. Cleanup up resources..");
|
|
||||||
|
|
||||||
/* Stream will continue with GST_FLOW_OK, until device has been reset */
|
/* Stream will continue with GST_FLOW_OK, until device has been reset */
|
||||||
sink->d3d.device_lost = TRUE;
|
sink->d3d.device_lost = TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user