summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-11-13 09:55:56 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-11-13 09:55:56 +0530
commit09f814a00aa763f37a2d2518bba2e5567d52bec5 (patch)
tree42cb0e1f3fd1d519194ee733e89d9c2813678bcb /sys/d3dvideosink
parent96490b83a4fc53ebfa3ddcd89b91d86ff9205a91 (diff)
downloadgstreamer-plugins-bad-09f814a00aa763f37a2d2518bba2e5567d52bec5.tar.gz
d3dvideosink: Remove unused variable
Fixes a compiler warning.
Diffstat (limited to 'sys/d3dvideosink')
-rw-r--r--sys/d3dvideosink/d3dhelpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/d3dvideosink/d3dhelpers.c b/sys/d3dvideosink/d3dhelpers.c
index eca19ee24..40eb9bae9 100644
--- a/sys/d3dvideosink/d3dhelpers.c
+++ b/sys/d3dvideosink/d3dhelpers.c
@@ -2299,7 +2299,6 @@ d3d_create_internal_window (GstD3DVideoSink * sink)
{
GThread *thread;
D3DInternalWindowDat dat;
- gulong i;
gint64 end_time;
gboolean timeout = FALSE;