Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
68ae46ae
Commit
68ae46ae
authored
Jan 30, 2019
by
Aaron Boxer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dhelpers.c: fix typo in debug output
parent
a9c61e46
Pipeline
#16963
passed with stages
in 16 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sys/d3dvideosink/d3dhelpers.c
sys/d3dvideosink/d3dhelpers.c
+1
-2
No files found.
sys/d3dvideosink/d3dhelpers.c
View file @
68ae46ae
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment