diff options
Diffstat (limited to 'sys/dxr3')
-rw-r--r-- | sys/dxr3/dxr3audiosink.h | 2 | ||||
-rw-r--r-- | sys/dxr3/dxr3spusink.h | 2 | ||||
-rw-r--r-- | sys/dxr3/dxr3videosink.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dxr3/dxr3audiosink.h b/sys/dxr3/dxr3audiosink.h index 458aa029..272dc27d 100644 --- a/sys/dxr3/dxr3audiosink.h +++ b/sys/dxr3/dxr3audiosink.h @@ -37,7 +37,7 @@ G_BEGIN_DECLS (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_DXR3AUDIOSINK,Dxr3AudioSinkClass)) #define GST_IS_DXR3AUDIOSINK(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_DXR3AUDIOSINK)) -#define GST_IS_DXR3AUDIOSINK_CLASS(obj) \ +#define GST_IS_DXR3AUDIOSINK_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_DXR3AUDIOSINK)) diff --git a/sys/dxr3/dxr3spusink.h b/sys/dxr3/dxr3spusink.h index e68b1b2c..16746f27 100644 --- a/sys/dxr3/dxr3spusink.h +++ b/sys/dxr3/dxr3spusink.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_DXR3SPUSINK,Dxr3SpuSinkClass)) #define GST_IS_DXR3SPUSINK(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_DXR3SPUSINK)) -#define GST_IS_DXR3SPUSINK_CLASS(obj) \ +#define GST_IS_DXR3SPUSINK_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_DXR3SPUSINK)) 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)) |