[farsight2/master] Oops, some fs-rtp-conference macros dont have the right name
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:20:42 PST 2008
---
gst/fsrtpconference/fs-rtp-conference.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-conference.h b/gst/fsrtpconference/fs-rtp-conference.h
index 646a002..cd8e3a4 100644
--- a/gst/fsrtpconference/fs-rtp-conference.h
+++ b/gst/fsrtpconference/fs-rtp-conference.h
@@ -38,9 +38,9 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_CLASS_CAST((klass),FS_TYPE_RTP_CONFERENCE,FsRtpConferenceClass))
#define FS_RTP_CONFERENCE_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS((obj),FS_TYPE_RTP_CONFERENCE,FsRtpConferenceClass))
-#define GST_IS_RTP_TRANSFORM(obj) \
+#define GST_IS_RTP_CONFERENCE(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),FS_TYPE_RTP_CONFERENCE))
-#define GST_IS_RTP_TRANSFORM_CLASS(klass) \
+#define GST_IS_RTP_CONFERENCE_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),FS_TYPE_RTP_CONFERENCE))
/* since 0.10.4 */
#define FS_RTP_CONFERENCE_CAST(obj) \
--
1.5.6.5
More information about the farsight-commits
mailing list