diff options
author | Michael Smith <msmith@songbirdnest.com> | 2009-12-07 10:21:32 -0800 |
---|---|---|
committer | Michael Smith <msmith@songbirdnest.com> | 2009-12-07 10:21:32 -0800 |
commit | bb3ff2d0a7550f4c3edd1d544d2f133fabe68bb5 (patch) | |
tree | a6c586823983a924677cafc107d8792db6d9c3f4 /sys | |
parent | 2bae09947377804c10094a4d16faea4ce31806a6 (diff) | |
download | gstreamer-plugins-bad-bb3ff2d0a7550f4c3edd1d544d2f133fabe68bb5.tar.gz |
dshowvideosink: spell things more betterer.
Diffstat (limited to 'sys')
-rw-r--r-- | 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 003c1805f..9c9d073ce 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; |