interfaces: GstStreamVolume isn't wrapped by GstImplementsInterface
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 25 Jun 2011 23:49:46 +0000 (00:49 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 26 Jun 2011 20:07:52 +0000 (21:07 +0100)
This interface depends on properties and isn't per-instance.

gst-libs/gst/interfaces/streamvolume.h

index 32a824c..ea47ab6 100644 (file)
@@ -27,11 +27,11 @@ G_BEGIN_DECLS
 #define GST_TYPE_STREAM_VOLUME \
   (gst_stream_volume_get_type ())
 #define GST_STREAM_VOLUME(obj) \
-  (GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_STREAM_VOLUME, GstStreamVolume))
+  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_STREAM_VOLUME, GstStreamVolume))
 #define GST_STREAM_VOLUME_INTERFACE(iface) \
   (G_TYPE_CHECK_INTERFACE_CAST ((iface), GST_TYPE_STREAM_VOLUME, GstStreamVolumeInterface))
 #define GST_IS_STREAM_VOLUME(obj) \
-  (GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_STREAM_VOLUME))
+  (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_STREAM_VOLUME))
 #define GST_IS_STREAM_VOLUME_INTERFACE(iface) \
   (G_TYPE_CHECK_INTERFACE_TYPE ((iface), GST_TYPE_STREAM_VOLUME))
 #define GST_STREAM_VOLUME_GET_INTERFACE(inst) \