summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263ppay.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-13 09:15:31 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-13 09:15:31 +0000
commitcafd99311b7928e1cd3f0b005d2e2e59179e8fd4 (patch)
treec56ceb24f1218d7b80a2024064c3273c2089e708 /gst/rtp/gstrtph263ppay.h
parent9e8bbf41f76083b1fdf090217382c96f695d81e4 (diff)
reverting rtp patches to fix freeze break on -base as explained on the list
Original commit message from CVS: reverting rtp patches to fix freeze break on -base as explained on the list
Diffstat (limited to 'gst/rtp/gstrtph263ppay.h')
-rw-r--r--gst/rtp/gstrtph263ppay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtph263ppay.h b/gst/rtp/gstrtph263ppay.h
index dfd88eb7..76e709f3 100644
--- a/gst/rtp/gstrtph263ppay.h
+++ b/gst/rtp/gstrtph263ppay.h
@@ -31,10 +31,10 @@ G_BEGIN_DECLS
#define GST_RTP_H263P_PAY(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_H263P_PAY,GstRtpH263PPay))
#define GST_RTP_H263P_PAY_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_H263P_PAY,GstRtpH263PPayClass))
+ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_H263P_PAY,GstRtpH263PPay))
#define GST_IS_RTP_H263P_PAY(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_RTP_H263P_PAY))
-#define GST_IS_RTP_H263P_PAY_CLASS(klass) \
+#define GST_IS_RTP_H263P_PAY_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_H263P_PAY))
typedef struct _GstRtpH263PPay GstRtpH263PPay;