summaryrefslogtreecommitdiff
path: root/sys/dshowvideosink/dshowvideosink.h
diff options
context:
space:
mode:
authorMichael Smith <msmith@songbirdnest.com>2009-02-04 17:50:51 -0800
committerMichael Smith <msmith@songbirdnest.com>2009-02-04 17:50:51 -0800
commit2e401cc71da0607966e3b5f31608d326e9819b3e (patch)
tree102648afe90412b93fc9b8bccfd5bde94330574b /sys/dshowvideosink/dshowvideosink.h
parente3fcf51e2ca144a8d01dd76e84272f0375f2b158 (diff)
downloadgstreamer-plugins-bad-2e401cc71da0607966e3b5f31608d326e9819b3e.tar.gz
Handle many more edge cases in dshowvideosink.
Instrument various codepaths with debug messages. Handle (as best as I could see how - it's pretty nasty) moving a video window to another monitor. Add listening for directshow events.
Diffstat (limited to 'sys/dshowvideosink/dshowvideosink.h')
-rw-r--r--sys/dshowvideosink/dshowvideosink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dshowvideosink/dshowvideosink.h b/sys/dshowvideosink/dshowvideosink.h
index fd03c2b7e..d5ea9e916 100644
--- a/sys/dshowvideosink/dshowvideosink.h
+++ b/sys/dshowvideosink/dshowvideosink.h
@@ -65,6 +65,8 @@ struct _GstDshowVideoSink
/* The filter graph (DirectShow equivalent to pipeline */
IFilterGraph *filter_graph;
+ IMediaEventEx *filter_media_event;
+
/* Renderer wrapper (EVR, VMR9, or VMR) and support code */
RendererSupport *renderersupport;