dshowvideosink: spell things more betterer.
authorMichael Smith <msmith@songbirdnest.com>
Mon, 7 Dec 2009 18:21:32 +0000 (10:21 -0800)
committerMichael Smith <msmith@songbirdnest.com>
Mon, 7 Dec 2009 18:21:32 +0000 (10:21 -0800)
sys/dshowvideosink/dshowvideosink.h

index 003c180..9c9d073 100644 (file)
@@ -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;