this patch resolved our problem with memory leaks on rtpdemux.
Regards.



      
        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com
--- gstrtpdemux.c.08062007	2007-06-06 10:27:32.000000000 +0200
+++ gstrtpdemux.c	2007-06-08 12:21:49.715331530 +0200
@@ -257,6 +257,7 @@ gst_rtp_demux_chain (GstPad *pad, GstBuf
             gst_structure_new ("payload",
                 "payload", G_TYPE_INT, pt, NULL));
     gst_pad_set_caps (srcpad, caps);
+    gst_caps_unref(caps);
             
     /* XXX: set _link () function */
     gst_pad_set_getcaps_function (srcpad, gst_rtp_demux_getcaps);
-------------------------------------------------------------------------
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