GNOME Bugzilla – Bug 488844
Free GstBuffer with gst_buffer_unref() in gst_rtp_mp4v_pay_finalize()
Last modified: 2007-10-22 09:53:16 UTC
Please describe the problem: Wim, it is a good idea to free a GstBuffer with gst_buffer_unref() rather than g_object_unref()... ;) Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 97577 [details] [review] Correct gst_rtp_mp4v_pay_finalize()
Patch by: Peter Kjellerstedt <pkj at axis com> * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize): Use correct unref function for buffers. #488844.