From cafd99311b7928e1cd3f0b005d2e2e59179e8fd4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 13 Apr 2006 09:15:31 +0000 Subject: 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 --- gst/rtp/gstrtpmp4gpay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/rtp/gstrtpmp4gpay.h') diff --git a/gst/rtp/gstrtpmp4gpay.h b/gst/rtp/gstrtpmp4gpay.h index a1858da0..834821a1 100644 --- a/gst/rtp/gstrtpmp4gpay.h +++ b/gst/rtp/gstrtpmp4gpay.h @@ -31,10 +31,10 @@ G_BEGIN_DECLS #define GST_RTP_MP4G_PAY(obj) \ (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_MP4G_PAY,GstRtpMP4GPay)) #define GST_RTP_MP4G_PAY_CLASS(klass) \ - (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_MP4G_PAY,GstRtpMP4GPayClass)) + (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_MP4G_PAY,GstRtpMP4GPay)) #define GST_IS_RTP_MP4G_PAY(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_RTP_MP4G_PAY)) -#define GST_IS_RTP_MP4G_PAY_CLASS(klass) \ +#define GST_IS_RTP_MP4G_PAY_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_MP4G_PAY)) typedef struct _GstRtpMP4GPay GstRtpMP4GPay; -- cgit