mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
dshowvideosink: add virtual destructor for internal helper class.
This commit is contained in:
parent
925b57f7e9
commit
2bae099473
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ typedef struct _GstDshowVideoSinkClass GstDshowVideoSinkClass;
|
|||
class RendererSupport
|
||||
{
|
||||
public:
|
||||
virtual ~RenderSupport() {};
|
||||
virtual const char *GetName() = 0;
|
||||
virtual IBaseFilter *GetFilter() = 0;
|
||||
virtual gboolean Configure() = 0;
|
||||
|
|
Loading…
Reference in a new issue