[farsight2/master] Use the substream error function in substream

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:21:47 PST 2008


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

diff --git a/gst/fsrtpconference/fs-rtp-substream.c b/gst/fsrtpconference/fs-rtp-substream.c
index 2e0a2c7..10ae690 100644
--- a/gst/fsrtpconference/fs-rtp-substream.c
+++ b/gst/fsrtpconference/fs-rtp-substream.c
@@ -847,7 +847,7 @@ _rtpbin_pad_have_data_callback (GstPad *pad, GstMiniObject *miniobj,
   {
     gchar *str = g_strdup_printf ("Could not get the new recv codec for"
         " pt %d", self->priv->pt);
-    fs_session_emit_error (FS_SESSION (self), FS_ERROR_UNKNOWN_CODEC, str,
+    fs_rtp_sub_stream_emit_error (self, FS_ERROR_UNKNOWN_CODEC, str,
         str);
     goto done;
   }
-- 
1.5.6.5




More information about the farsight-commits mailing list