Hi,

I think there is a probleme inside rtpjitterbuffer, when (latency_ms
==0) there is no unref(jitterbuffer). The following patch seems to
solve the problem.
Regards.

--- gstrtpjitterbuffer.c.01062007       2007-05-18 08:05:37.000000000
+0200
+++ gstrtpjitterbuffer.c        2007-06-01 10:56:25.972257315 +0200
@@ -741,6 +741,7 @@ gst_rtp_jitter_buffer_chain (GstPad * pa
     /* let's just push directly from here */
     GST_DEBUG_OBJECT (jitterbuffer, "Latency is set to 0,"
     " pushing directly without buffering");
+    gst_object_unref (jitterbuffer);
     return gst_pad_push (priv->srcpad, buffer);
   }


      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Farsight-devel mailing list
Farsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/farsight-devel

Reply via email to