[farsight2/master] Remove erroneous comment
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:18:56 PST 2008
---
gst-libs/gst/farsight/fs-session.c | 2 +-
gst/fsrtpconference/fs-rtp-session.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-session.c b/gst-libs/gst/farsight/fs-session.c
index 2294fa4..087a773 100644
--- a/gst-libs/gst/farsight/fs-session.c
+++ b/gst-libs/gst/farsight/fs-session.c
@@ -429,7 +429,7 @@ fs_session_new_stream (FsSession *session, FsParticipant *participant,
g_warning ("new_stream not defined for %s",
G_OBJECT_TYPE_NAME (session));
}
- return new_stream; // this shouldn't happen
+ return new_stream;
}
/**
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index e6cce19..92d5515 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -257,7 +257,7 @@ fs_rtp_session_new_stream (FsSession *session, FsParticipant *participant,
{
FsStream *new_stream = NULL;
- return new_stream; // this shouldn't happen
+ return new_stream;
}
/**
--
1.5.6.5
More information about the farsight-commits
mailing list