[Bug 698851] playbin: ability to mix or play multiple audio and text streams simultaneously

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 29 01:46:42 PDT 2013


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

--- Comment #39 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-29 08:46:38 UTC ---
What is missing here now is that playbin is currently leaking the custom stream
combiners:

==31302== 3,034 (800 direct, 2,234 indirect) bytes in 1 blocks are definitely
lost in loss record 3,092 of 3,134
==31302==    at 0x4C2BDEB: malloc (vg_replace_malloc.c:270)
==31302==    by 0x53CED30: g_malloc (gmem.c:159)
==31302==    by 0x53E3F92: g_slice_alloc (gslice.c:1003)
==31302==    by 0x53E44E5: g_slice_alloc0 (gslice.c:1029)
==31302==    by 0x51618A4: g_type_create_instance (gtype.c:1897)
==31302==    by 0x5146757: g_object_constructor (gobject.c:1855)
==31302==    by 0x5147D20: g_object_newv (gobject.c:1719)
==31302==    by 0x412DB19: gst_element_factory_create (gstelementfactory.c:377)
==31302==    by 0x412DC90: gst_element_factory_make (gstelementfactory.c:446)
==31302==    by 0x408ED3: test_raw_raw_audio_stream_adder_manual_sink
(playbin-compressed.c:1618)
==31302==    by 0x40D6D60: srunner_run_all (check_run.c:372)
==31302==    by 0x40D0ECD: gst_check_run_suite (gstcheck.c:689)
==31302==    by 0x409897: main (playbin-compressed.c:2542)


This does not happen if it choses to create its own input-selector. So
something wrong with the storage of them probably, didn't find the problem yet
unfortunately.

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