[farsight2/master] jump to right error label

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 14:05:45 PST 2008


---
 gst/fsrtpconference/fs-rtp-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 66e02e2..fbaf504 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -3336,7 +3336,7 @@ _send_src_pad_blocked_callback (GstPad *pad, gboolean blocked,
   {
     fs_session_emit_error (FS_SESSION (self), error->code,
         "Could not select a new send codec", error->message);
-    goto done;
+    goto done_locked;
   }
 
   codec_without_config = codec_copy_without_config (ca->codec);
-- 
1.5.6.5




More information about the farsight-commits mailing list