diff options
author | Havard Graff <havard.graff@tandberg.com> | 2009-08-31 19:33:50 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-09-08 15:57:47 +0200 |
commit | 83ea90c25b5f82a6abea854edd793b34d14a5976 (patch) | |
tree | 49ca23a31938b1e9f2bd5af9deebc780df12e4b5 /sys/dshowvideosink | |
parent | 15796d66bbf80405c3829d19129c02aaf32e23b5 (diff) | |
download | gstreamer-plugins-bad-83ea90c25b5f82a6abea854edd793b34d14a5976.tar.gz |
dshowvideosink: remove unused variable to fix compiler warning
Fixes bug #594278.
Diffstat (limited to 'sys/dshowvideosink')
-rw-r--r-- | sys/dshowvideosink/dshowvideosink.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dshowvideosink/dshowvideosink.cpp b/sys/dshowvideosink/dshowvideosink.cpp index ae17c2716..ccdabbeac 100644 --- a/sys/dshowvideosink/dshowvideosink.cpp +++ b/sys/dshowvideosink/dshowvideosink.cpp @@ -405,7 +405,6 @@ gst_dshowvideosink_handle_event (GstDshowVideoSink *sink) if (sink->filter_media_event) { long evCode; LONG_PTR param1, param2; - HRESULT hr; while (SUCCEEDED (sink->filter_media_event->GetEvent(&evCode, ¶m1, ¶m2, 0))) { GST_INFO_OBJECT (sink, "Received DirectShow graph event code 0x%x", evCode); |