[Bug 701586] New: rtspsrc memleak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 4 05:02:29 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701586
  GStreamer | gst-plugins-good | git

           Summary: rtspsrc memleak
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Keywords: memory
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lists at svrinformatica.it
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


using this pipeline:

gst-launch-1.0 -ev rtspsrc
location=rtsp://root:pass@192.168.2.238:554/axis-media/media.amp ! rtph264depay
! fakesink silent=false

valgrind show the following leaks:

==29248== 10 bytes in 1 blocks are definitely lost in loss record 251 of 4,237
==29248==    at 0x4C2B6CD: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==29248==    by 0x53CEA78: g_malloc (gmem.c:159)
==29248==    by 0x53E32DD: g_strdup (gstrfuncs.c:356)
==29248==    by 0xE6B4DD1: gst_udpsink_init (gstudpsink.c:105)
==29248==    by 0x5162956: g_type_create_instance (gtype.c:1892)
==29248==    by 0x51470B8: g_object_constructor (gobject.c:1849)
==29248==    by 0x51486E3: g_object_newv (gobject.c:1713)
==29248==    by 0x4E81868: gst_element_factory_create (gstelementfactory.c:377)
==29248==    by 0x4EC94A3: gst_element_make_from_uri (gsturi.c:603)
==29248==    by 0x85AEE94: gst_rtspsrc_stream_configure_transport
(gstrtspsrc.c:3060)
==29248==    by 0x85B268D: gst_rtspsrc_setup_streams (gstrtspsrc.c:5507)
==29248==    by 0x85B42DE: gst_rtspsrc_open (gstrtspsrc.c:5841)
==29248==    by 0x85B833C: gst_rtspsrc_thread (gstrtspsrc.c:6815)
==29248==    by 0x4EC4ACE: gst_task_func (gsttask.c:316)
==29248==    by 0x53EB247: g_thread_pool_thread_proxy (gthreadpool.c:309)
==29248==    by 0x53EA9E4: g_thread_proxy (gthread.c:801)
==29248==    by 0x567DE99: start_thread (pthread_create.c:308)
==29248== 
==29248== 10 bytes in 1 blocks are definitely lost in loss record 252 of 4,237
==29248==    at 0x4C2B6CD: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==29248==    by 0x53CEA78: g_malloc (gmem.c:159)
==29248==    by 0x53E32DD: g_strdup (gstrfuncs.c:356)
==29248==    by 0xE6B4DD1: gst_udpsink_init (gstudpsink.c:105)
==29248==    by 0x5162956: g_type_create_instance (gtype.c:1892)
==29248==    by 0x51470B8: g_object_constructor (gobject.c:1849)
==29248==    by 0x51486E3: g_object_newv (gobject.c:1713)
==29248==    by 0x4E81868: gst_element_factory_create (gstelementfactory.c:377)
==29248==    by 0x4EC94A3: gst_element_make_from_uri (gsturi.c:603)
==29248==    by 0x85AF132: gst_rtspsrc_stream_configure_transport
(gstrtspsrc.c:3113)
==29248==    by 0x85B268D: gst_rtspsrc_setup_streams (gstrtspsrc.c:5507)
==29248==    by 0x85B42DE: gst_rtspsrc_open (gstrtspsrc.c:5841)
==29248==    by 0x85B833C: gst_rtspsrc_thread (gstrtspsrc.c:6815)
==29248==    by 0x4EC4ACE: gst_task_func (gsttask.c:316)
==29248==    by 0x53EB247: g_thread_pool_thread_proxy (gthreadpool.c:309)
==29248==    by 0x53EA9E4: g_thread_proxy (gthread.c:801)
==29248==    by 0x567DE99: start_thread (pthread_create.c:308)
==29248==

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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