summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpilbcdepay.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-13 09:01:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-13 09:01:17 +0000
commit9e8bbf41f76083b1fdf090217382c96f695d81e4 (patch)
tree3345609baf1a37efa8ca9b91f2b8d5d566f4f9b3 /gst/rtp/gstrtpilbcdepay.h
parent07f9b4f6582d181848fdd2353a9cd995afd2e523 (diff)
gst/rtp/: Fix GObject macros.
Original commit message from CVS: * gst/rtp/gstasteriskh263.h: * gst/rtp/gstrtpL16depay.h: * gst/rtp/gstrtpL16pay.h: * gst/rtp/gstrtpamrdepay.h: * gst/rtp/gstrtpamrpay.h: * gst/rtp/gstrtpdepay.h: * gst/rtp/gstrtpgsmdepay.h: * gst/rtp/gstrtpgsmpay.h: * gst/rtp/gstrtph263pay.h: * gst/rtp/gstrtph263pdepay.h: * gst/rtp/gstrtph263ppay.h: * gst/rtp/gstrtpilbcdepay.h: * gst/rtp/gstrtpilbcpay.h: * gst/rtp/gstrtpmp4gpay.h: * gst/rtp/gstrtpmp4vdepay.h: * gst/rtp/gstrtpmp4vpay.h: * gst/rtp/gstrtpmpadepay.h: * gst/rtp/gstrtpmpapay.h: * gst/rtp/gstrtppcmadepay.h: * gst/rtp/gstrtppcmapay.h: * gst/rtp/gstrtppcmudepay.h: * gst/rtp/gstrtppcmupay.h: * gst/rtp/gstrtpspeexdepay.h: * gst/rtp/gstrtpspeexpay.h: Fix GObject macros.
Diffstat (limited to 'gst/rtp/gstrtpilbcdepay.h')
-rw-r--r--gst/rtp/gstrtpilbcdepay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpilbcdepay.h b/gst/rtp/gstrtpilbcdepay.h
index 646fcafd..6955bbbb 100644
--- a/gst/rtp/gstrtpilbcdepay.h
+++ b/gst/rtp/gstrtpilbcdepay.h
@@ -33,10 +33,10 @@ typedef struct _GstRTPiLBCDepayClass GstRTPiLBCDepayClass;
#define GST_RTP_ILBC_DEPAY(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_ILBC_DEPAY,GstRTPiLBCDepay))
#define GST_RTP_ILBC_DEPAY_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_ILBC_DEPAY,GstRTPiLBCDepay))
+ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_ILBC_DEPAY,GstRTPiLBCDepayClass))
#define GST_IS_RTP_ILBC_DEPAY(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_RTP_ILBC_DEPAY))
-#define GST_IS_RTP_ILBC_DEPAY_CLASS(obj) \
+#define GST_IS_RTP_ILBC_DEPAY_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_ILBC_DEPAY))
typedef enum {