[Bug 752991] h263parse: fix caps memory leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 29 01:27:17 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752991

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.3
            Summary|h263parse: h263parse: fix   |h263parse: fix caps memory
                   |caps memory leak            |leak

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
With your patch applied:

tpm at xps:~/gst/glib-master/gst-plugins-bad/tests/check$ make
elements/h263parse.check
Running suite(s): h263parse
0%: Checks: 4, Failures: 4, Errors: 0
gstcheck.c:79:F:general:test_parse_normal:0: Unexpected critical/warning:
gst_mini_object_unref: assertion 'mini_object != NULL' failed
gstcheck.c:79:F:general:test_parse_drain_single:0: Unexpected critical/warning:
gst_mini_object_unref: assertion 'mini_object != NULL' failed
gstcheck.c:79:F:general:test_parse_split:0: Unexpected critical/warning:
gst_mini_object_unref: assertion 'mini_object != NULL' failed
gstcheck.c:79:F:general:test_parse_detect_stream:0: Unexpected
critical/warning: gst_mini_object_unref: assertion 'mini_object != NULL' failed


Fixed by adding an if (sink_caps), but please run 'make check' before
submitting patches.

commit 9b43bed6073b72b1a66a43a260cf38b309fe8773
Author: Vineeth TM <vineeth.tm at samsung.com>
Date:   Wed Jul 29 12:56:54 2015 +0900

    h263parse: fix caps memory leak

    https://bugzilla.gnome.org/show_bug.cgi?id=752991

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list