mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00: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
|
||||
{
|
||||
public:
|
||||
virtual ~RenderSupport() {};
|
||||
virtual ~RendererSupport() {};
|
||||
virtual const char *GetName() = 0;
|
||||
virtual IBaseFilter *GetFilter() = 0;
|
||||
virtual gboolean Configure() = 0;
|
||||
|
|
Loading…
Reference in a new issue