summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/dshow/gstdshowfakesink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/dshow/gstdshowfakesink.cpp')
-rw-r--r--gst-libs/gst/dshow/gstdshowfakesink.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/dshow/gstdshowfakesink.cpp b/gst-libs/gst/dshow/gstdshowfakesink.cpp
index 58b23718..e3a5f0b9 100644
--- a/gst-libs/gst/dshow/gstdshowfakesink.cpp
+++ b/gst-libs/gst/dshow/gstdshowfakesink.cpp
@@ -22,7 +22,8 @@
#include "gstdshowfakesink.h"
-CDshowFakeSink::CDshowFakeSink():CBaseRenderer(CLSID_DshowFakeSink, "DshowFakeSink", NULL, NULL)
+CDshowFakeSink::CDshowFakeSink()
+ : m_hres(S_OK), CBaseRenderer(CLSID_DshowFakeSink, "DshowFakeSink", NULL, &m_hres)
{
m_callback = NULL;
}