dshowvideosink: spell things more betterer.

This commit is contained in:
Michael Smith 2009-12-07 10:21:32 -08:00
parent 2bae099473
commit bb3ff2d0a7

View 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;