summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpdepay.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/gstrtpdepay.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/gstrtpdepay.h')
-rw-r--r--gst/rtp/gstrtpdepay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpdepay.h b/gst/rtp/gstrtpdepay.h
index 908c1932..67b25842 100644
--- a/gst/rtp/gstrtpdepay.h
+++ b/gst/rtp/gstrtpdepay.h
@@ -26,7 +26,7 @@ G_BEGIN_DECLS
#define GST_TYPE_RTP_DEPAY (gst_rtp_depay_get_type())
#define GST_IS_RTP_DEPAY(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_RTP_DEPAY))
-#define GST_IS_RTP_DEPAY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_DEPAY))
+#define GST_IS_RTP_DEPAY_CLASS(obj) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_DEPAY))
#define GST_RTP_DEPAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_DEPAY, GstRTPDepay))
#define GST_RTP_DEPAY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_DEPAY, GstRTPDepayClass))