[Bug 755247] New: {track,videotrack,smart-video-mixer}: leaks their internal objects

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Sep 19 00:51:55 PDT 2015


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

            Bug ID: 755247
           Summary: {track,videotrack,smart-video-mixer}: leaks their
                    internal objects
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-editing-services
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: justin.joy.9to5 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Here's one of report from valgrind which my proposed patch solved.
(When I run valgrind, too many points reported so I add this partially)


==29654== 8,932 (464 direct, 8,468 indirect) bytes in 1 blocks are definitely
lost in loss record 3,164 of 3,172
==29654==    at 0x6B6FD8A: g_type_create_instance (gtype.c:1849)
==29654==    by 0x6B53246: g_object_new_internal (gobject.c:1774)
==29654==    by 0x6B54B9C: g_object_newv (gobject.c:1922)
==29654==    by 0x6B552EB: g_object_new (gobject.c:1614)
==29654==    by 0x4E89F91: ges_smart_mixer_new (ges-smart-video-mixer.c:273)
==29654==    by 0x4E681BF: ges_video_track_get_mixing_element
(ges-video-track.c:134)
==29654==    by 0x4E66430: ges_track_constructed (ges-track.c:514)
==29654==    by 0x6B533E3: g_object_new_internal (gobject.c:1814)
==29654==    by 0x6B54FC4: g_object_new_valist (gobject.c:2034)
==29654==    by 0x6B552D3: g_object_new (gobject.c:1617)
==29654==    by 0x4E682CC: ges_video_track_new (ges-video-track.c:172)
==29654==    by 0x401463: test_ges_scenario (basic.c:69)
==29654==    by 0x6315018: tcase_run_tfun_fork (check_run.c:450)
==29654==    by 0x6315018: srunner_iterate_tcase_tfuns (check_run.c:222)
==29654==    by 0x6315018: srunner_run_tcase (check_run.c:362)
==29654==    by 0x6315018: srunner_iterate_suites (check_run.c:195)
==29654==    by 0x6315018: srunner_run (check_run.c:706)
==29654==    by 0x630A3CD: gst_check_run_suite (gstcheck.c:824)
==29654==    by 0x4011BC: main (basic.c:798)

-- 
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