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 753042 - rtpmp4vdepay: rtpbuffer is being unref'ed twice
rtpmp4vdepay: rtpbuffer is being unref'ed twice
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-30 06:21 UTC by Vineeth
Modified: 2015-08-16 13:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove duplicate unref (907 bytes, patch)
2015-07-30 06:21 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-30 06:21:14 UTC
process_rtp_packet doesn't transfer the rtp buffer to mp4v_process_depay
the refernce should not be removed here
Comment 1 Vineeth 2015-07-30 06:21:54 UTC
Created attachment 308433 [details] [review]
remove duplicate unref
Comment 2 Tim-Philipp Müller 2015-07-30 12:22:46 UTC
Thanks, looks like I missed that one:

commit 969bcf25a12743af4b83fee8a7eaf4ac12b117bf
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Thu Jul 30 15:21:20 2015 +0900

    rtpmp4vdepay: rtpbuffer is being unref'ed twice
    
    process_rtp_packet doesn't transfer the rtp buffer to mp4v_process_depay
    the refernce should not be removed here
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753042