[farsight2/master] Fix orthographic mistake
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:18:51 PST 2008
---
gst-libs/gst/farsight/fs-session.c | 6 +++---
gst-libs/gst/farsight/fs-stream.c | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-session.c b/gst-libs/gst/farsight/fs-session.c
index 44a7e8f..bae7e8e 100644
--- a/gst-libs/gst/farsight/fs-session.c
+++ b/gst-libs/gst/farsight/fs-session.c
@@ -237,7 +237,7 @@ fs_session_class_init (FsSessionClass *klass)
/**
* FsSession::error:
- * @self: #FsSession that emmitted the signal
+ * @self: #FsSession that emitted the signal
* @object: The #Gobject that emitted the signal
* @error_no: The number of the error
* @error_msg: Error message to be displayed to user
@@ -257,7 +257,7 @@ fs_session_class_init (FsSessionClass *klass)
/**
* FsSession::send-codec-changed:
- * @self: #FsSession that emmitted the signal
+ * @self: #FsSession that emitted the signal
*
* This signal is emitted when the active send codec has been changed
* manually by the user or automatically for QoS purposes. The user should
@@ -276,7 +276,7 @@ fs_session_class_init (FsSessionClass *klass)
/**
* FsSession::new-negotiated-codecs:
- * @self: #FsSession that emmitted the signal
+ * @self: #FsSession that emitted the signal
*
* This signal is emitted when the negotiated codecs list has changed for this
* session. This can happen when new remote codecs are added to the session
diff --git a/gst-libs/gst/farsight/fs-stream.c b/gst-libs/gst/farsight/fs-stream.c
index a59b002..3f187ce 100644
--- a/gst-libs/gst/farsight/fs-stream.c
+++ b/gst-libs/gst/farsight/fs-stream.c
@@ -245,12 +245,12 @@ fs_stream_class_init (FsStreamClass *klass)
"The session of the stream",
"An FsSession represented by the stream",
FS_TYPE_PARTICIPANT,
- G_PARAM_CONSTRUCT | G_PARAM_READABLE));
+ G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE));
/**
* FsStream::error:
- * @self: #FsStream that emmitted the signal
- * @errorno: The number of the error
+ * @self: #FsStream that emitted the signal
+ * @errorno: The number of the error
* @error_msg: Error message to be displayed to user
* @debug_msg: Debugging error message
*
@@ -268,7 +268,7 @@ fs_stream_class_init (FsStreamClass *klass)
/**
* FsStream::src-pad-added:
- * @self: #FsStream that emmitted the signal
+ * @self: #FsStream that emitted the signal
* @pad: #GstPad of the new source pad
* @codec: #FsCodec of the codec being received on the new source pad
*
@@ -290,7 +290,7 @@ fs_stream_class_init (FsStreamClass *klass)
/**
* FsStream::recv-codec-changed:
- * @self: #FsStream that emmitted the signal
+ * @self: #FsStream that emitted the signal
* @pad: #GstPad of the current source pad
* @codec: #FsCodec of the new codec being received
*
@@ -312,7 +312,7 @@ fs_stream_class_init (FsStreamClass *klass)
/**
* FsStream::new-active-candidate-pair:
- * @self: #FsStream that emmitted the signal
+ * @self: #FsStream that emitted the signal
* @native_candidate: #FsCandidate of the native candidate being used
* @remote_candidate: #FsCandidate of the remote candidate being used
*
--
1.5.6.5
More information about the farsight-commits
mailing list