[farsight2/master] Remove some trailing whitespace
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:21:48 PST 2008
---
gst-libs/gst/farsight/fs-candidate.c | 2 +-
gst-libs/gst/farsight/fs-participant.c | 2 +-
gst-libs/gst/farsight/fs-plugin.c | 2 +-
gst-libs/gst/farsight/fs-plugin.h | 2 +-
gst-libs/gst/farsight/fs-session.c | 2 +-
gst-libs/gst/farsight/fs-session.h | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-candidate.c b/gst-libs/gst/farsight/fs-candidate.c
index d891aee..ea73789 100644
--- a/gst-libs/gst/farsight/fs-candidate.c
+++ b/gst-libs/gst/farsight/fs-candidate.c
@@ -201,7 +201,7 @@ gboolean
fs_candidate_are_equal (const FsCandidate *cand1,
const FsCandidate *cand2)
{
- /* TODO we compare just the ip and port for now
+ /* TODO we compare just the ip and port for now
* is this enough ? think about it some more */
if ((g_ascii_strcasecmp(cand1->ip, cand2->ip) == 0) &&
(cand1->port == cand2->port))
diff --git a/gst-libs/gst/farsight/fs-participant.c b/gst-libs/gst/farsight/fs-participant.c
index 679592b..cdc16b1 100644
--- a/gst-libs/gst/farsight/fs-participant.c
+++ b/gst-libs/gst/farsight/fs-participant.c
@@ -112,7 +112,7 @@ fs_participant_class_init (FsParticipantClass *klass)
* FsParticipant::error:
* @self: #FsParticipant that emitted the signal
* @object: The #Gobject that emitted the signal
- * @errorno: The number of the error
+ * @errorno: The number of the error
* @error_msg: Error message to be displayed to user
* @dbg_msg: Debugging error message
*
diff --git a/gst-libs/gst/farsight/fs-plugin.c b/gst-libs/gst/farsight/fs-plugin.c
index de9796f..916ff73 100644
--- a/gst-libs/gst/farsight/fs-plugin.c
+++ b/gst-libs/gst/farsight/fs-plugin.c
@@ -328,7 +328,7 @@ fs_plugin_create_valist (const gchar *name, const gchar *type_suffix,
* @error: location of a #GError, or NULL if no error occured
* @first_property_name: The name of the first property to be set on the
* object
- * @...: The NULL-terminated list of properties to set on the transmitter
+ * @...: The NULL-terminated list of properties to set on the transmitter
*
* Loads the appropriate plugin if necessary and creates a GObject of
* the requested type
diff --git a/gst-libs/gst/farsight/fs-plugin.h b/gst-libs/gst/farsight/fs-plugin.h
index 673ea99..b8bc810 100644
--- a/gst-libs/gst/farsight/fs-plugin.h
+++ b/gst-libs/gst/farsight/fs-plugin.h
@@ -63,7 +63,7 @@ struct _FsPlugin
GType type;
- gchar *name; /* name of the plugin */
+ gchar *name; /* name of the plugin */
/* callbacks */
/* This function is called when the last instance of the plugin is
diff --git a/gst-libs/gst/farsight/fs-session.c b/gst-libs/gst/farsight/fs-session.c
index 9df0ef3..01ed1c7 100644
--- a/gst-libs/gst/farsight/fs-session.c
+++ b/gst-libs/gst/farsight/fs-session.c
@@ -395,7 +395,7 @@ fs_session_new_stream (FsSession *session, FsParticipant *participant,
*
* This function will start sending a telephony event (such as a DTMF
* tone) on the #FsSession. You have to call the function
- * fs_session_stop_telephony_event() to stop it.
+ * fs_session_stop_telephony_event() to stop it.
* This function will use any available method, if you want to use a specific
* method only, use fs_session_start_telephony_event_full()
*
diff --git a/gst-libs/gst/farsight/fs-session.h b/gst-libs/gst/farsight/fs-session.h
index 8b4fb4b..71d9607 100644
--- a/gst-libs/gst/farsight/fs-session.h
+++ b/gst-libs/gst/farsight/fs-session.h
@@ -85,7 +85,7 @@ typedef enum
/**
* FsDTMFMethod:
* @FS_DTMF_METHOD_AUTO: Send in any possible way
- * @FS_DTMF_METHOD_RTP_RFC4733: Send as a special payload type defined by RFC 4733
+ * @FS_DTMF_METHOD_RTP_RFC4733: Send as a special payload type defined by RFC 4733
* (which obsoletes RFC 2833)
* @FS_DTMF_METHOD_IN_BAND: Send as tones as in-band audio sound
*
--
1.5.6.5
More information about the farsight-commits
mailing list