mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
d3dvideosink: Remove unused variable
Fixes a compiler warning.
This commit is contained in:
parent
96490b83a4
commit
09f814a00a
1 changed files with 0 additions and 1 deletions
|
@ -2299,7 +2299,6 @@ d3d_create_internal_window (GstD3DVideoSink * sink)
|
||||||
{
|
{
|
||||||
GThread *thread;
|
GThread *thread;
|
||||||
D3DInternalWindowDat dat;
|
D3DInternalWindowDat dat;
|
||||||
gulong i;
|
|
||||||
gint64 end_time;
|
gint64 end_time;
|
||||||
gboolean timeout = FALSE;
|
gboolean timeout = FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue