[farsight2/master] Fix fsrtpsession headers and pass the right type to the GET_PRIVATE macro
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:19:53 PST 2008
---
gst/fsrtpconference/fs-rtp-session.c | 4 ++--
gst/fsrtpconference/fs-rtp-session.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index ebc54a2..30ba233 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -5,7 +5,7 @@
* @author: Olivier Crete <olivier.crete at collabora.co.uk>
* Copyright 2007 Nokia Corp.
*
- * fs-session.c - A Farsight RTP Session gobject
+ * fs-rtp-session.c - A Farsight RTP Session gobject
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -121,7 +121,7 @@ struct _FsRtpSessionPrivate
};
#define FS_RTP_SESSION_GET_PRIVATE(o) \
- (G_TYPE_INSTANCE_GET_PRIVATE ((o), FS_TYPE_SESSION, FsRtpSessionPrivate))
+ (G_TYPE_INSTANCE_GET_PRIVATE ((o), FS_TYPE_RTP_SESSION, FsRtpSessionPrivate))
#define FS_SESSION_LOCK(session) g_mutex_lock ((session)->priv->mutex)
#define FS_SESSION_UNLOCK(session) g_mutex_unlock ((session)->priv->mutex)
diff --git a/gst/fsrtpconference/fs-rtp-session.h b/gst/fsrtpconference/fs-rtp-session.h
index 0c712ac..8fef2b8 100644
--- a/gst/fsrtpconference/fs-rtp-session.h
+++ b/gst/fsrtpconference/fs-rtp-session.h
@@ -5,7 +5,7 @@
* @author: Olivier Crete <olivier.crete at collabora.co.uk>
* Copyright 2007 Nokia Corp.
*
- * fs-session.h - A Farsight RTP Session gobject
+ * fs-rtp-session.h - A Farsight RTP Session gobject
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
--
1.5.6.5
More information about the farsight-commits
mailing list