diff options
Diffstat (limited to 'sys/dxr3/dxr3videosink.h')
-rw-r--r-- | sys/dxr3/dxr3videosink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dxr3/dxr3videosink.h b/sys/dxr3/dxr3videosink.h index e2daab1f..08f9e92a 100644 --- a/sys/dxr3/dxr3videosink.h +++ b/sys/dxr3/dxr3videosink.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_DXR3VIDEOSINK,Dxr3VideoSinkClass)) #define GST_IS_DXR3VIDEOSINK(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_DXR3VIDEOSINK)) -#define GST_IS_DXR3VIDEOSINK_CLASS(obj) \ +#define GST_IS_DXR3VIDEOSINK_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_DXR3VIDEOSINK)) |