summaryrefslogtreecommitdiffstats
path: root/sys/dshowvideosink/dshowvideosink.h
diff options
context:
space:
mode:
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 fd03c2b7..d5ea9e91 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;