[gst-cvs] gst-plugins-bad: dshowvideosink: spell things more betterer.
Michael Smith
msmith at kemper.freedesktop.org
Mon Dec 7 10:24:25 PST 2009
Module: gst-plugins-bad
Branch: master
Commit: bb3ff2d0a7550f4c3edd1d544d2f133fabe68bb5
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=bb3ff2d0a7550f4c3edd1d544d2f133fabe68bb5
Author: Michael Smith <msmith at songbirdnest.com>
Date: Mon Dec 7 10:21:32 2009 -0800
dshowvideosink: spell things more betterer.
---
sys/dshowvideosink/dshowvideosink.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys/dshowvideosink/dshowvideosink.h b/sys/dshowvideosink/dshowvideosink.h
index 003c180..9c9d073 100644
--- a/sys/dshowvideosink/dshowvideosink.h
+++ b/sys/dshowvideosink/dshowvideosink.h
@@ -45,7 +45,7 @@ typedef struct _GstDshowVideoSinkClass GstDshowVideoSinkClass;
class RendererSupport
{
public:
- virtual ~RenderSupport() {};
+ virtual ~RendererSupport() {};
virtual const char *GetName() = 0;
virtual IBaseFilter *GetFilter() = 0;
virtual gboolean Configure() = 0;
More information about the Gstreamer-commits
mailing list