mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
dshowvideosink: spell things more betterer.
This commit is contained in:
parent
2bae099473
commit
bb3ff2d0a7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ typedef struct _GstDshowVideoSinkClass GstDshowVideoSinkClass;
|
||||||
class RendererSupport
|
class RendererSupport
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~RenderSupport() {};
|
virtual ~RendererSupport() {};
|
||||||
virtual const char *GetName() = 0;
|
virtual const char *GetName() = 0;
|
||||||
virtual IBaseFilter *GetFilter() = 0;
|
virtual IBaseFilter *GetFilter() = 0;
|
||||||
virtual gboolean Configure() = 0;
|
virtual gboolean Configure() = 0;
|
||||||
|
|
Loading…
Reference in a new issue