Hi,
I think there is a missing unref inside the *_setcaps() function inside
rtpdemux, the following patch corrects that.
Regards.

--- gstrtpmux.c.04062007        2007-04-25 11:42:22.000000000 +0200
+++ gstrtpmux.c 2007-06-04 13:09:36.574625123 +0200
@@ -379,6 +379,8 @@ gst_rtp_mux_setcaps (GstPad *pad, GstCap
     ret = gst_pad_set_caps (rtp_mux->srcpad, caps);
   }

+  gst_object_unref (rtp_mux);
+
   return ret;
 }



      
_____________________________________________________________________________ 
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