After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 488844 - Free GstBuffer with gst_buffer_unref() in gst_rtp_mp4v_pay_finalize()
Free GstBuffer with gst_buffer_unref() in gst_rtp_mp4v_pay_finalize()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-21 19:24 UTC by Peter Kjellerstedt
Modified: 2007-10-22 09:53 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Correct gst_rtp_mp4v_pay_finalize() (691 bytes, patch)
2007-10-21 19:26 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2007-10-21 19:24:33 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:
Comment 1 Peter Kjellerstedt 2007-10-21 19:26:23 UTC
Created attachment 97577 [details] [review]
Correct gst_rtp_mp4v_pay_finalize()
Comment 2 Wim Taymans 2007-10-22 09:53:16 UTC
        Patch by: Peter Kjellerstedt <pkj at axis com>

        * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
        Use correct unref function for buffers. #488844.