GNOME Bugzilla – Bug 712243
Lots of valgrind memcheck notes on simple pipelines like "gst-launch fakesrc ! fakesink"
Last modified: 2013-11-24 19:04:35 UTC
$ GST_DEBUG=3 valgrind --show-reachable=no --leak-check=full --suppressions=/var/tmp/portage/media-libs/gstreamer-1.2.0/work/gstreamer-1.2.0/common/gst.supp gst-launch-1.0 fakesrc ! fakesink ==23827== Memcheck, a memory error detector ==23827== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==23827== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info ==23827== Command: gst-launch-1.0 fakesrc ! fakesink ==23827== GStreamer has detected that it is running inside valgrind. It might now take different code paths to ease debugging. Of course, this may also lead to different bugs. Setting pipeline to PAUSED ... Pipeline is PREROLLING ... 0:00:02.814488757 23827 0x6d034f0 FIXME default gstutils.c:3649:gst_pad_create_stream_id_printf_valist:<fakesrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock ^Chandling interrupt. Interrupt: Stopping pipeline ... Execution ended after 0:00:43.352060847 Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ... ==23827== ==23827== HEAP SUMMARY: ==23827== in use at exit: 988,730 bytes in 2,102 blocks ==23827== total heap usage: 20,743 allocs, 18,641 frees, 4,213,991 bytes allocated ==23827== ==23827== 6 bytes in 1 blocks are possibly lost in loss record 24 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x6FE3629: gst_fd_src_get_type (gstfdsrc.c:120) ==23827== by 0x6FDF387: plugin_init (gstelements.c:61) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 6 bytes in 1 blocks are possibly lost in loss record 25 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x7015053: gst_valve_get_type (gstvalve.c:83) ==23827== by 0x6FDF5FE: plugin_init (gstelements.c:100) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 6 bytes in 1 blocks are possibly lost in loss record 26 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x7015053: gst_valve_get_type (gstvalve.c:83) ==23827== by 0x6FDF5FE: plugin_init (gstelements.c:100) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 7 bytes in 1 blocks are possibly lost in loss record 31 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x6FE5651: gst_fd_sink_get_type (gstfdsink.c:101) ==23827== by 0x6FDF3B8: plugin_init (gstelements.c:64) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 8 bytes in 1 blocks are possibly lost in loss record 64 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x6FDF7BC: gst_fake_src_get_type (gstfakesrc.c:206) ==23827== by 0x6FDF325: plugin_init (gstelements.c:54) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 8 bytes in 1 blocks are possibly lost in loss record 65 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x72801B5: gst_push_src_get_type (gstpushsrc.c:69) ==23827== by 0x6FE35A8: gst_fd_src_get_type (gstfdsrc.c:120) ==23827== by 0x6FDF387: plugin_init (gstelements.c:61) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 9 bytes in 1 blocks are possibly lost in loss record 76 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x6FE1ABA: gst_fake_sink_get_type (gstfakesink.c:117) ==23827== by 0x6FDF356: plugin_init (gstelements.c:57) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 9 bytes in 1 blocks are possibly lost in loss record 77 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x7011A1D: gst_type_find_element_get_type (gsttypefindelement.c:130) ==23827== by 0x6FDF5A2: plugin_init (gstelements.c:94) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 10 bytes in 1 blocks are possibly lost in loss record 88 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x598D787: vasprintf (in /lib64/libc-2.15.so) ==23827== by 0x5454CEF: g_vasprintf (gprintf.c:314) ==23827== by 0x5429AC1: g_strdup_vprintf (gstrfuncs.c:509) ==23827== by 0x5429B66: g_strdup_printf (gstrfuncs.c:535) ==23827== by 0x4E60B5E: gst_object_set_name_default (gstobject.c:554) ==23827== by 0x4E60DA3: gst_object_set_name (gstobject.c:617) ==23827== by 0x4E614FC: gst_object_set_property (gstobject.c:859) ==23827== by 0x5176F9E: object_set_property (gobject.c:1352) ==23827== by 0x51784DA: g_object_constructor (gobject.c:1863) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4EE50DC: gst_task_pool_new (gsttaskpool.c:168) ==23827== by 0x4EE36C0: init_klass_pool (gsttask.c:162) ==23827== by 0x4EE3EDC: gst_task_cleanup_all (gsttask.c:369) ==23827== by 0x4E5F21A: gst_deinit (gst.c:951) ==23827== by 0x40655D: main (gst-launch.c:1154) ==23827== ==23827== 11 bytes in 1 blocks are possibly lost in loss record 95 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x6FDE219: gst_capsfilter_get_type (gstcapsfilter.c:69) ==23827== by 0x6FDF2F4: plugin_init (gstelements.c:51) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 11 bytes in 1 blocks are possibly lost in loss record 96 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D53A: _gst_debug_category_new (gstinfo.c:1514) ==23827== by 0x6FF462B: gst_multi_queue_get_type (gstmultiqueue.c:289) ==23827== by 0x6FDF5D0: plugin_init (gstelements.c:97) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 14 bytes in 1 blocks are possibly lost in loss record 117 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x6FE3629: gst_fd_src_get_type (gstfdsrc.c:120) ==23827== by 0x6FDF387: plugin_init (gstelements.c:61) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 15 bytes in 1 blocks are possibly lost in loss record 156 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x6FE5651: gst_fd_sink_get_type (gstfdsink.c:101) ==23827== by 0x6FDF3B8: plugin_init (gstelements.c:64) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 16 bytes in 1 blocks are possibly lost in loss record 531 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x6FDF7BC: gst_fake_src_get_type (gstfakesrc.c:206) ==23827== by 0x6FDF325: plugin_init (gstelements.c:54) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 16 bytes in 1 blocks are possibly lost in loss record 532 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x72801B5: gst_push_src_get_type (gstpushsrc.c:69) ==23827== by 0x6FE35A8: gst_fd_src_get_type (gstfdsrc.c:120) ==23827== by 0x6FDF387: plugin_init (gstelements.c:61) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 17 bytes in 1 blocks are possibly lost in loss record 557 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x598D787: vasprintf (in /lib64/libc-2.15.so) ==23827== by 0x5454CEF: g_vasprintf (gprintf.c:314) ==23827== by 0x5429AC1: g_strdup_vprintf (gstrfuncs.c:509) ==23827== by 0x5429B66: g_strdup_printf (gstrfuncs.c:535) ==23827== by 0x4E60B5E: gst_object_set_name_default (gstobject.c:554) ==23827== by 0x4E60DA3: gst_object_set_name (gstobject.c:617) ==23827== by 0x4E614FC: gst_object_set_property (gstobject.c:859) ==23827== by 0x5176F9E: object_set_property (gobject.c:1352) ==23827== by 0x51784DA: g_object_constructor (gobject.c:1863) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x517764F: g_object_new (gobject.c:1542) ==23827== by 0x4E63F46: _priv_gst_memory_initialize (gstallocator.c:588) ==23827== by 0x4E5E58B: init_post (gst.c:571) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 17 bytes in 1 blocks are possibly lost in loss record 558 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x6FE1ABA: gst_fake_sink_get_type (gstfakesink.c:117) ==23827== by 0x6FDF356: plugin_init (gstelements.c:57) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 19 bytes in 1 blocks are possibly lost in loss record 563 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x6FDE219: gst_capsfilter_get_type (gstcapsfilter.c:69) ==23827== by 0x6FDF2F4: plugin_init (gstelements.c:51) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 19 bytes in 1 blocks are possibly lost in loss record 564 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x6FF462B: gst_multi_queue_get_type (gstmultiqueue.c:289) ==23827== by 0x6FDF5D0: plugin_init (gstelements.c:97) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 21 bytes in 1 blocks are possibly lost in loss record 569 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x54298E8: g_strdup (gstrfuncs.c:356) ==23827== by 0x4E9D562: _gst_debug_category_new (gstinfo.c:1517) ==23827== by 0x7011A1D: gst_type_find_element_get_type (gsttypefindelement.c:130) ==23827== by 0x6FDF5A2: plugin_init (gstelements.c:94) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EBA895: gst_plugin_load_file (gstplugin.c:814) ==23827== by 0x4EBB088: gst_plugin_load_by_name (gstplugin.c:1251) ==23827== by 0x4EBCC86: gst_plugin_feature_load (gstpluginfeature.c:110) ==23827== by 0x4E91EA0: gst_element_factory_create (gstelementfactory.c:352) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 40 bytes in 1 blocks are possibly lost in loss record 785 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x5455138: g_mutex_impl_new (gthread-posix.c:88) ==23827== by 0x5455247: g_mutex_init (gthread-posix.c:167) ==23827== by 0x4E5FE6D: gst_object_init (gstobject.c:211) ==23827== by 0x51917CE: g_type_create_instance (gtype.c:1884) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x517764F: g_object_new (gobject.c:1542) ==23827== by 0x4E63F46: _priv_gst_memory_initialize (gstallocator.c:588) ==23827== by 0x4E5E58B: init_post (gst.c:571) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 40 bytes in 1 blocks are possibly lost in loss record 788 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x5455138: g_mutex_impl_new (gthread-posix.c:88) ==23827== by 0x5455247: g_mutex_init (gthread-posix.c:167) ==23827== by 0x4E5FE6D: gst_object_init (gstobject.c:211) ==23827== by 0x51917CE: g_type_create_instance (gtype.c:1884) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4EE50DC: gst_task_pool_new (gsttaskpool.c:168) ==23827== by 0x4EE36C0: init_klass_pool (gsttask.c:162) ==23827== by 0x4EE3EDC: gst_task_cleanup_all (gsttask.c:369) ==23827== by 0x4E5F21A: gst_deinit (gst.c:951) ==23827== by 0x40655D: main (gst-launch.c:1154) ==23827== ==23827== 40 bytes in 1 blocks are possibly lost in loss record 789 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x5455138: g_mutex_impl_new (gthread-posix.c:88) ==23827== by 0x5455247: g_mutex_init (gthread-posix.c:167) ==23827== by 0x53D461A: g_async_queue_new_full (gasyncqueue.c:144) ==23827== by 0x53D45ED: g_async_queue_new (gasyncqueue.c:123) ==23827== by 0x5433C14: g_thread_pool_new (gthreadpool.c:479) ==23827== by 0x4EE4EA3: default_prepare (gsttaskpool.c:77) ==23827== by 0x4EE51AE: gst_task_pool_prepare (gsttaskpool.c:192) ==23827== by 0x4EE36E3: init_klass_pool (gsttask.c:163) ==23827== by 0x4EE3EDC: gst_task_cleanup_all (gsttask.c:369) ==23827== by 0x4E5F21A: gst_deinit (gst.c:951) ==23827== by 0x40655D: main (gst-launch.c:1154) ==23827== ==23827== 48 bytes in 1 blocks are possibly lost in loss record 801 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x54556F9: g_cond_impl_new (gthread-posix.c:643) ==23827== by 0x54557EF: g_cond_init (gthread-posix.c:699) ==23827== by 0x53D462A: g_async_queue_new_full (gasyncqueue.c:145) ==23827== by 0x53D45ED: g_async_queue_new (gasyncqueue.c:123) ==23827== by 0x5433C14: g_thread_pool_new (gthreadpool.c:479) ==23827== by 0x4EE4EA3: default_prepare (gsttaskpool.c:77) ==23827== by 0x4EE51AE: gst_task_pool_prepare (gsttaskpool.c:192) ==23827== by 0x4EE36E3: init_klass_pool (gsttask.c:163) ==23827== by 0x4EE3EDC: gst_task_cleanup_all (gsttask.c:369) ==23827== by 0x4E5F21A: gst_deinit (gst.c:951) ==23827== by 0x40655D: main (gst-launch.c:1154) ==23827== ==23827== 48 bytes in 1 blocks are possibly lost in loss record 802 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x54556F9: g_cond_impl_new (gthread-posix.c:643) ==23827== by 0x54557EF: g_cond_init (gthread-posix.c:699) ==23827== by 0x5433C2C: g_thread_pool_new (gthreadpool.c:480) ==23827== by 0x4EE4EA3: default_prepare (gsttaskpool.c:77) ==23827== by 0x4EE51AE: gst_task_pool_prepare (gsttaskpool.c:192) ==23827== by 0x4EE36E3: init_klass_pool (gsttask.c:163) ==23827== by 0x4EE3EDC: gst_task_cleanup_all (gsttask.c:369) ==23827== by 0x4E5F21A: gst_deinit (gst.c:951) ==23827== by 0x40655D: main (gst-launch.c:1154) ==23827== ==23827== 64 bytes in 1 blocks are possibly lost in loss record 916 of 1,418 ==23827== at 0x4C2C7F2: realloc (vg_replace_malloc.c:662) ==23827== by 0x540F018: standard_realloc (gmem.c:92) ==23827== by 0x540F15C: g_realloc (gmem.c:224) ==23827== by 0x53D3662: g_array_maybe_expand (garray.c:771) ==23827== by 0x53D2B5A: g_array_append_vals (garray.c:417) ==23827== by 0x4EFED60: gst_value_register_union_func (gstvalue.c:4621) ==23827== by 0x4F02115: _priv_gst_value_initialize (gstvalue.c:6301) ==23827== by 0x4E5EA51: init_post (gst.c:677) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 64 bytes in 1 blocks are possibly lost in loss record 921 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x53D460A: g_async_queue_new_full (gasyncqueue.c:143) ==23827== by 0x53D45ED: g_async_queue_new (gasyncqueue.c:123) ==23827== by 0x5433C14: g_thread_pool_new (gthreadpool.c:479) ==23827== by 0x4EE4EA3: default_prepare (gsttaskpool.c:77) ==23827== by 0x4EE51AE: gst_task_pool_prepare (gsttaskpool.c:192) ==23827== by 0x4EE36E3: init_klass_pool (gsttask.c:163) ==23827== by 0x4EE3EDC: gst_task_cleanup_all (gsttask.c:369) ==23827== by 0x4E5F21A: gst_deinit (gst.c:951) ==23827== by 0x40655D: main (gst-launch.c:1154) ==23827== ==23827== 88 bytes in 1 blocks are possibly lost in loss record 1,024 of 1,418 ==23827== at 0x4C2C5DB: malloc (vg_replace_malloc.c:270) ==23827== by 0x540EFF3: standard_malloc (gmem.c:85) ==23827== by 0x540F07C: g_malloc (gmem.c:159) ==23827== by 0x540F332: g_malloc_n (gmem.c:361) ==23827== by 0x5433BEA: g_thread_pool_new (gthreadpool.c:474) ==23827== by 0x4EE4EA3: default_prepare (gsttaskpool.c:77) ==23827== by 0x4EE51AE: gst_task_pool_prepare (gsttaskpool.c:192) ==23827== by 0x4EE36E3: init_klass_pool (gsttask.c:163) ==23827== by 0x4EE3EDC: gst_task_cleanup_all (gsttask.c:369) ==23827== by 0x4E5F21A: gst_deinit (gst.c:951) ==23827== by 0x40655D: main (gst-launch.c:1154) ==23827== ==23827== 256 bytes in 1 blocks are possibly lost in loss record 1,303 of 1,418 ==23827== at 0x4C2C7F2: realloc (vg_replace_malloc.c:662) ==23827== by 0x540F018: standard_realloc (gmem.c:92) ==23827== by 0x540F15C: g_realloc (gmem.c:224) ==23827== by 0x53D3662: g_array_maybe_expand (garray.c:771) ==23827== by 0x53D2B5A: g_array_append_vals (garray.c:417) ==23827== by 0x4EFF21E: gst_value_register_intersect_func (gstvalue.c:4756) ==23827== by 0x4F01F1B: _priv_gst_value_initialize (gstvalue.c:6256) ==23827== by 0x4E5EA51: init_post (gst.c:677) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 496 bytes in 1 blocks are possibly lost in loss record 1,318 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5403C36: g_list_prepend (glist.c:275) ==23827== by 0x4ECAF04: gst_registry_add_feature (gstregistry.c:576) ==23827== by 0x4ED04F9: gst_registry_chunks_load_feature (gstregistrychunks.c:665) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 496 bytes in 1 blocks are possibly lost in loss record 1,319 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5403BBA: g_list_append (glist.c:228) ==23827== by 0x4E92471: __gst_element_factory_add_static_pad_template (gstelementfactory.c:475) ==23827== by 0x4ECF439: gst_registry_chunks_load_pad_template (gstregistrychunks.c:502) ==23827== by 0x4ECFC60: gst_registry_chunks_load_feature (gstregistrychunks.c:594) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 496 bytes in 1 blocks are possibly lost in loss record 1,320 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x53D2782: g_array_sized_new (garray.c:195) ==23827== by 0x53D2738: g_array_new (garray.c:168) ==23827== by 0x4E7887D: gst_caps_init (gstcaps.c:218) ==23827== by 0x4E788A9: gst_caps_new_empty (gstcaps.c:238) ==23827== by 0x4E7D351: gst_caps_from_string (gstcaps.c:2310) ==23827== by 0x4ED028F: gst_registry_chunks_load_feature (gstregistrychunks.c:638) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 496 bytes in 1 blocks are possibly lost in loss record 1,321 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x53D2782: g_array_sized_new (garray.c:195) ==23827== by 0x4ED35A7: gst_structure_new_id_empty_with_size (gststructure.c:146) ==23827== by 0x4ED364E: gst_structure_new_id_empty (gststructure.c:168) ==23827== by 0x4ED5059: gst_structure_new_id (gststructure.c:751) ==23827== by 0x4EA1C76: gst_message_new_stream_status (gstmessage.c:1502) ==23827== by 0x4EB4374: do_stream_status (gstpad.c:5303) ==23827== by 0x4EB4466: pad_enter_thread (gstpad.c:5321) ==23827== by 0x4EE3BC8: gst_task_func (gsttask.c:286) ==23827== by 0x4EE4E5E: default_func (gsttaskpool.c:70) ==23827== by 0x5433955: g_thread_pool_thread_proxy (gthreadpool.c:309) ==23827== by 0x5433390: g_thread_proxy (gthread.c:801) ==23827== by 0x5703DA5: start_thread (in /lib64/libpthread-2.15.so) ==23827== ==23827== 512 bytes in 1 blocks are possibly lost in loss record 1,327 of 1,418 ==23827== at 0x4C2C7F2: realloc (vg_replace_malloc.c:662) ==23827== by 0x540F018: standard_realloc (gmem.c:92) ==23827== by 0x540F15C: g_realloc (gmem.c:224) ==23827== by 0x53D3662: g_array_maybe_expand (garray.c:771) ==23827== by 0x53D2B5A: g_array_append_vals (garray.c:417) ==23827== by 0x4EFF6A8: gst_value_register_subtract_func (gstvalue.c:4891) ==23827== by 0x4F020A9: _priv_gst_value_initialize (gstvalue.c:6286) ==23827== by 0x4E5EA51: init_post (gst.c:677) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 720 bytes in 3 blocks are possibly lost in loss record 1,330 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5428ABE: g_slist_prepend (gslist.c:265) ==23827== by 0x5433111: g_once_init_enter (gthread.c:682) ==23827== by 0x516BEFA: g_value_array_get_type (gboxed.c:125) ==23827== by 0x5182E8D: _g_param_spec_types_init (gparamspecs.c:1513) ==23827== by 0x5195FE0: g_type_init_with_debug_flags (gtype.c:4360) ==23827== by 0x5196006: g_type_init (gtype.c:4388) ==23827== by 0x4E5E255: init_pre (gst.c:469) ==23827== by 0x54167B0: g_option_context_parse (goption.c:1771) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 720 bytes in 3 blocks are possibly lost in loss record 1,331 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5428ABE: g_slist_prepend (gslist.c:265) ==23827== by 0x5192207: type_class_init_Wm (gtype.c:2147) ==23827== by 0x5193CBC: g_type_class_ref (gtype.c:2926) ==23827== by 0x5177E9A: g_object_new_valist (gobject.c:1791) ==23827== by 0x517769E: g_object_new (gobject.c:1545) ==23827== by 0x4EB52B8: gst_static_pad_template_get (gstpadtemplate.c:288) ==23827== by 0x6FDFD09: gst_fake_src_class_init (gstfakesrc.c:343) ==23827== by 0x6FDF70D: gst_fake_src_class_intern_init (gstfakesrc.c:206) ==23827== by 0x5192519: type_class_init_Wm (gtype.c:2219) ==23827== by 0x5193CBC: g_type_class_ref (gtype.c:2926) ==23827== by 0x517783F: g_object_newv (gobject.c:1618) ==23827== by 0x4E91FF2: gst_element_factory_create (gstelementfactory.c:377) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 960 bytes in 4 blocks are possibly lost in loss record 1,332 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5428F3C: g_slist_copy (gslist.c:571) ==23827== by 0x51751A3: g_object_base_class_init (gobject.c:417) ==23827== by 0x5192248: type_class_init_Wm (gtype.c:2152) ==23827== by 0x5193CBC: g_type_class_ref (gtype.c:2926) ==23827== by 0x4E5E5EA: init_post (gst.c:583) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 992 bytes in 2 blocks are possibly lost in loss record 1,336 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x4EE715C: _priv_gst_alloc_trace_register (gsttrace.c:101) ==23827== by 0x4EA47A6: _priv_gst_mini_object_initialize (gstminiobject.c:100) ==23827== by 0x4E5E581: init_post (gst.c:569) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 992 bytes in 2 blocks are possibly lost in loss record 1,337 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x4EDE833: gst_tag_register_static (gsttaglist.c:537) ==23827== by 0x4EDD1E8: _priv_gst_tag_initialize (gsttaglist.c:182) ==23827== by 0x4E5EA68: init_post (gst.c:681) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 992 bytes in 2 blocks are possibly lost in loss record 1,338 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x4EDE833: gst_tag_register_static (gsttaglist.c:537) ==23827== by 0x4EDDC1F: _priv_gst_tag_initialize (gsttaglist.c:282) ==23827== by 0x4E5EA68: init_post (gst.c:681) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 992 bytes in 2 blocks are possibly lost in loss record 1,339 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x53D2782: g_array_sized_new (garray.c:195) ==23827== by 0x4ED35A7: gst_structure_new_id_empty_with_size (gststructure.c:146) ==23827== by 0x4ED390C: gst_structure_new_empty (gststructure.c:224) ==23827== by 0x4ED8A6D: gst_structure_from_string (gststructure.c:2365) ==23827== by 0x4ECFB50: gst_registry_chunks_load_feature (gstregistrychunks.c:581) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 992 bytes in 2 blocks are possibly lost in loss record 1,340 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5184FE2: handler_new (gsignal.c:566) ==23827== by 0x51898E5: g_signal_connect_data (gsignal.c:2443) ==23827== by 0x4E77B2F: gst_bus_poll (gstbus.c:1075) ==23827== by 0x4044EB: event_loop (gst-launch.c:507) ==23827== by 0x405F15: main (gst-launch.c:1042) ==23827== ==23827== 1,008 bytes in 1 blocks are possibly lost in loss record 1,349 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x517DC3E: g_param_spec_internal (gparam.c:417) ==23827== by 0x5183C29: g_param_spec_string (gparamspecs.c:2202) ==23827== by 0x4E5FD48: gst_object_class_init (gstobject.c:172) ==23827== by 0x4E5FC22: gst_object_class_intern_init (gstobject.c:156) ==23827== by 0x5192519: type_class_init_Wm (gtype.c:2219) ==23827== by 0x5193CBC: g_type_class_ref (gtype.c:2926) ==23827== by 0x5193C6F: g_type_class_ref (gtype.c:2918) ==23827== by 0x5193C6F: g_type_class_ref (gtype.c:2918) ==23827== by 0x517783F: g_object_newv (gobject.c:1618) ==23827== by 0x517764F: g_object_new (gobject.c:1542) ==23827== by 0x4E63F46: _priv_gst_memory_initialize (gstallocator.c:588) ==23827== by 0x4E5E58B: init_post (gst.c:571) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 1,008 bytes in 1 blocks are possibly lost in loss record 1,350 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x4E93DA6: gst_event_new_custom (gstevent.c:297) ==23827== by 0x4E96609: gst_event_new_stream_start (gstevent.c:1409) ==23827== by 0x726094C: gst_base_src_send_stream_start (gstbasesrc.c:852) ==23827== by 0x726659C: gst_base_src_loop (gstbasesrc.c:2619) ==23827== by 0x4EE3D63: gst_task_func (gsttask.c:316) ==23827== by 0x4EE4E5E: default_func (gsttaskpool.c:70) ==23827== by 0x5433955: g_thread_pool_thread_proxy (gthreadpool.c:309) ==23827== by 0x5433390: g_thread_proxy (gthread.c:801) ==23827== by 0x5703DA5: start_thread (in /lib64/libpthread-2.15.so) ==23827== ==23827== 1,488 bytes in 3 blocks are possibly lost in loss record 1,361 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x4ED3563: gst_structure_new_id_empty_with_size (gststructure.c:141) ==23827== by 0x4ED390C: gst_structure_new_empty (gststructure.c:224) ==23827== by 0x4E89D30: gst_element_base_class_init (gstelement.c:258) ==23827== by 0x5192248: type_class_init_Wm (gtype.c:2152) ==23827== by 0x5193CBC: g_type_class_ref (gtype.c:2926) ==23827== by 0x4E5E5DD: init_post (gst.c:582) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 1,488 bytes in 3 blocks are possibly lost in loss record 1,362 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5403C36: g_list_prepend (glist.c:275) ==23827== by 0x517786F: g_object_newv (gobject.c:1621) ==23827== by 0x4ECF787: gst_registry_chunks_load_feature (gstregistrychunks.c:554) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 1,488 bytes in 3 blocks are possibly lost in loss record 1,363 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5403C36: g_list_prepend (glist.c:275) ==23827== by 0x517786F: g_object_newv (gobject.c:1621) ==23827== by 0x4ED0D9F: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:768) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 1,488 bytes in 3 blocks are possibly lost in loss record 1,364 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x53D2782: g_array_sized_new (garray.c:195) ==23827== by 0x4ED35A7: gst_structure_new_id_empty_with_size (gststructure.c:146) ==23827== by 0x4ED364E: gst_structure_new_id_empty (gststructure.c:168) ==23827== by 0x4ED5059: gst_structure_new_id (gststructure.c:751) ==23827== by 0x4EA1C76: gst_message_new_stream_status (gstmessage.c:1502) ==23827== by 0x4EB4374: do_stream_status (gstpad.c:5303) ==23827== by 0x4EB4466: pad_enter_thread (gstpad.c:5321) ==23827== by 0x4EE3BC8: gst_task_func (gsttask.c:286) ==23827== by 0x4EE4E5E: default_func (gsttaskpool.c:70) ==23827== by 0x5433955: g_thread_pool_thread_proxy (gthreadpool.c:309) ==23827== by 0x5433390: g_thread_proxy (gthread.c:801) ==23827== by 0x5703DA5: start_thread (in /lib64/libpthread-2.15.so) ==23827== ==23827== 2,016 bytes in 2 blocks are possibly lost in loss record 1,372 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x517DC3E: g_param_spec_internal (gparam.c:417) ==23827== by 0x5183795: g_param_spec_uint64 (gparamspecs.c:1955) ==23827== by 0x724CA67: gst_base_sink_class_init (gstbasesink.c:520) ==23827== by 0x5192519: type_class_init_Wm (gtype.c:2219) ==23827== by 0x5193CBC: g_type_class_ref (gtype.c:2926) ==23827== by 0x5193C6F: g_type_class_ref (gtype.c:2918) ==23827== by 0x517783F: g_object_newv (gobject.c:1618) ==23827== by 0x4E91FF2: gst_element_factory_create (gstelementfactory.c:377) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 2,032 bytes in 1 blocks are possibly lost in loss record 1,376 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x517764F: g_object_new (gobject.c:1542) ==23827== by 0x4E63F46: _priv_gst_memory_initialize (gstallocator.c:588) ==23827== by 0x4E5E58B: init_post (gst.c:571) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 2,032 bytes in 1 blocks are possibly lost in loss record 1,377 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4EE50DC: gst_task_pool_new (gsttaskpool.c:168) ==23827== by 0x4EE36C0: init_klass_pool (gsttask.c:162) ==23827== by 0x4EE3731: gst_task_class_init (gsttask.c:178) ==23827== by 0x4EE3592: gst_task_class_intern_init (gsttask.c:152) ==23827== by 0x5192519: type_class_init_Wm (gtype.c:2219) ==23827== by 0x5193CBC: g_type_class_ref (gtype.c:2926) ==23827== by 0x4E5E611: init_post (gst.c:586) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 2,032 bytes in 1 blocks are possibly lost in loss record 1,378 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4ECA272: gst_registry_get (gstregistry.c:332) ==23827== by 0x4E91773: gst_element_register (gstelementfactory.c:217) ==23827== by 0x4E5E4A7: gst_register_core_elements (gst.c:530) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EB8832: gst_plugin_register_static (gstplugin.c:224) ==23827== by 0x4E5EACC: init_post (gst.c:687) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 2,032 bytes in 1 blocks are possibly lost in loss record 1,379 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4E9186E: gst_element_register (gstelementfactory.c:235) ==23827== by 0x4E5E4A7: gst_register_core_elements (gst.c:530) ==23827== by 0x4EB9A25: gst_plugin_register_func (gstplugin.c:522) ==23827== by 0x4EB8832: gst_plugin_register_static (gstplugin.c:224) ==23827== by 0x4E5EACC: init_post (gst.c:687) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 2,032 bytes in 1 blocks are possibly lost in loss record 1,380 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x517841C: g_object_new_valist (gobject.c:1830) ==23827== by 0x517769E: g_object_new (gobject.c:1545) ==23827== by 0x4EB52B8: gst_static_pad_template_get (gstpadtemplate.c:288) ==23827== by 0x6FDFD09: gst_fake_src_class_init (gstfakesrc.c:343) ==23827== by 0x6FDF70D: gst_fake_src_class_intern_init (gstfakesrc.c:206) ==23827== by 0x5192519: type_class_init_Wm (gtype.c:2219) ==23827== by 0x5193CBC: g_type_class_ref (gtype.c:2926) ==23827== by 0x517783F: g_object_newv (gobject.c:1618) ==23827== by 0x4E91FF2: gst_element_factory_create (gstelementfactory.c:377) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 2,032 bytes in 1 blocks are possibly lost in loss record 1,381 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x517841C: g_object_new_valist (gobject.c:1830) ==23827== by 0x517769E: g_object_new (gobject.c:1545) ==23827== by 0x4E648E6: gst_bin_init (gstbin.c:497) ==23827== by 0x51917CE: g_type_create_instance (gtype.c:1884) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4E91FF2: gst_element_factory_create (gstelementfactory.c:377) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0E8EA: priv_gst_parse_launch (grammar.y:967) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 2,032 bytes in 1 blocks are possibly lost in loss record 1,382 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x4E9E2E8: gst_iterator_new (gstiterator.c:165) ==23827== by 0x4E9E559: gst_iterator_new_list (gstiterator.c:271) ==23827== by 0x4E8C386: gst_element_iterate_pad_list (gstelement.c:1108) ==23827== by 0x4E8C454: gst_element_iterate_pads (gstelement.c:1136) ==23827== by 0x4E66344: gst_bin_add_func (gstbin.c:1223) ==23827== by 0x4E66700: gst_bin_add (gstbin.c:1305) ==23827== by 0x4F0E969: priv_gst_parse_launch (grammar.y:972) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 2,032 bytes in 1 blocks are possibly lost in loss record 1,383 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x4E9FEFB: gst_message_new_custom (gstmessage.c:280) ==23827== by 0x4EA1C8F: gst_message_new_stream_status (gstmessage.c:1505) ==23827== by 0x4EB4374: do_stream_status (gstpad.c:5303) ==23827== by 0x4EB4466: pad_enter_thread (gstpad.c:5321) ==23827== by 0x4EE3BC8: gst_task_func (gsttask.c:286) ==23827== by 0x4EE4E5E: default_func (gsttaskpool.c:70) ==23827== by 0x5433955: g_thread_pool_thread_proxy (gthreadpool.c:309) ==23827== by 0x5433390: g_thread_proxy (gthread.c:801) ==23827== by 0x5703DA5: start_thread (in /lib64/libpthread-2.15.so) ==23827== ==23827== 2,048 bytes in 1 blocks are possibly lost in loss record 1,386 of 1,418 ==23827== at 0x4C2C7F2: realloc (vg_replace_malloc.c:662) ==23827== by 0x540F018: standard_realloc (gmem.c:92) ==23827== by 0x540F15C: g_realloc (gmem.c:224) ==23827== by 0x53D3662: g_array_maybe_expand (garray.c:771) ==23827== by 0x53D2B5A: g_array_append_vals (garray.c:417) ==23827== by 0x4EFF6F7: gst_value_register (gstvalue.c:4908) ==23827== by 0x4F01BFC: _priv_gst_value_initialize (gstvalue.c:6184) ==23827== by 0x4E5EA51: init_post (gst.c:677) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 4,080 bytes in 1 blocks are possibly lost in loss record 1,389 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4EB8816: gst_plugin_register_static (gstplugin.c:223) ==23827== by 0x4E5EACC: init_post (gst.c:687) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 4,080 bytes in 1 blocks are possibly lost in loss record 1,390 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4ED0D9F: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:768) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 4,080 bytes in 1 blocks are possibly lost in loss record 1,391 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x4E70066: gst_buffer_new (gstbuffer.c:627) ==23827== by 0x6FE09B3: gst_fake_src_alloc_buffer (gstfakesrc.c:638) ==23827== by 0x6FE0B56: gst_fake_src_create_buffer (gstfakesrc.c:699) ==23827== by 0x6FE0DD8: gst_fake_src_create (gstfakesrc.c:780) ==23827== by 0x7265909: gst_base_src_get_range (gstbasesrc.c:2392) ==23827== by 0x72668E3: gst_base_src_loop (gstbasesrc.c:2665) ==23827== by 0x4EE3D63: gst_task_func (gsttask.c:316) ==23827== by 0x4EE4E5E: default_func (gsttaskpool.c:70) ==23827== by 0x5433955: g_thread_pool_thread_proxy (gthreadpool.c:309) ==23827== by 0x5433390: g_thread_proxy (gthread.c:801) ==23827== by 0x5703DA5: start_thread (in /lib64/libpthread-2.15.so) ==23827== ==23827== 4,080 bytes in 1 blocks are possibly lost in loss record 1,392 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x517841C: g_object_new_valist (gobject.c:1830) ==23827== by 0x517769E: g_object_new (gobject.c:1545) ==23827== by 0x4EDB29E: gst_system_clock_obtain (gstsystemclock.c:304) ==23827== by 0x4EB7A21: gst_pipeline_provide_clock_func (gstpipeline.c:619) ==23827== by 0x4E8A170: gst_element_provide_clock (gstelement.c:364) ==23827== by 0x4EB6D4C: gst_pipeline_change_state (gstpipeline.c:404) ==23827== by 0x4E8FE9E: gst_element_change_state (gstelement.c:2602) ==23827== by 0x4E8FD4A: gst_element_set_state_func (gstelement.c:2558) ==23827== by 0x4E8F938: gst_element_set_state (gstelement.c:2459) ==23827== by 0x405FEC: main (gst-launch.c:1064) ==23827== ==23827== 5,952 bytes in 12 blocks are possibly lost in loss record 1,395 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x53D2782: g_array_sized_new (garray.c:195) ==23827== by 0x4ED35A7: gst_structure_new_id_empty_with_size (gststructure.c:146) ==23827== by 0x4ED390C: gst_structure_new_empty (gststructure.c:224) ==23827== by 0x4E7D13E: gst_caps_from_string_inplace (gstcaps.c:2232) ==23827== by 0x4E7D368: gst_caps_from_string (gstcaps.c:2311) ==23827== by 0x4ED028F: gst_registry_chunks_load_feature (gstregistrychunks.c:638) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 5,952 bytes in 12 blocks are possibly lost in loss record 1,396 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x53D2782: g_array_sized_new (garray.c:195) ==23827== by 0x53D2738: g_array_new (garray.c:168) ==23827== by 0x4E7887D: gst_caps_init (gstcaps.c:218) ==23827== by 0x4E788A9: gst_caps_new_empty (gstcaps.c:238) ==23827== by 0x4E7D351: gst_caps_from_string (gstcaps.c:2310) ==23827== by 0x4ED028F: gst_registry_chunks_load_feature (gstregistrychunks.c:638) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 7,440 bytes in 15 blocks are possibly lost in loss record 1,397 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5403C36: g_list_prepend (glist.c:275) ==23827== by 0x4E92856: __gst_element_factory_add_interface (gstelementfactory.c:583) ==23827== by 0x4ECFFD9: gst_registry_chunks_load_feature (gstregistrychunks.c:621) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 8,176 bytes in 1 blocks are possibly lost in loss record 1,400 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4E91FF2: gst_element_factory_create (gstelementfactory.c:377) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 8,176 bytes in 1 blocks are possibly lost in loss record 1,401 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x517841C: g_object_new_valist (gobject.c:1830) ==23827== by 0x517769E: g_object_new (gobject.c:1545) ==23827== by 0x4EA7158: gst_pad_new_from_template (gstpad.c:754) ==23827== by 0x725F212: gst_base_src_init (gstbasesrc.c:436) ==23827== by 0x51917CE: g_type_create_instance (gtype.c:1884) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4E91FF2: gst_element_factory_create (gstelementfactory.c:377) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0B32A: priv_gst_parse_yyparse (grammar.y:669) ==23827== by 0x4F0E685: priv_gst_parse_launch (grammar.y:940) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 8,176 bytes in 1 blocks are possibly lost in loss record 1,402 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4E91FF2: gst_element_factory_create (gstelementfactory.c:377) ==23827== by 0x4E9231D: gst_element_factory_make (gstelementfactory.c:446) ==23827== by 0x4F0E8EA: priv_gst_parse_launch (grammar.y:967) ==23827== by 0x4F02833: gst_parse_launch_full (gstparse.c:324) ==23827== by 0x4F026FB: gst_parse_launchv_full (gstparse.c:262) ==23827== by 0x4F0258D: gst_parse_launchv (gstparse.c:215) ==23827== by 0x405BA3: main (gst-launch.c:963) ==23827== ==23827== 23,184 bytes in 23 blocks are possibly lost in loss record 1,408 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x4ECF330: gst_registry_chunks_load_pad_template (gstregistrychunks.c:493) ==23827== by 0x4ECFC60: gst_registry_chunks_load_feature (gstregistrychunks.c:594) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 28,560 bytes in 7 blocks are possibly lost in loss record 1,409 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4ED0D9F: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:768) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 29,760 bytes in 60 blocks are possibly lost in loss record 1,410 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5403C36: g_list_prepend (glist.c:275) ==23827== by 0x4ECAF04: gst_registry_add_feature (gstregistry.c:576) ==23827== by 0x4ED04F9: gst_registry_chunks_load_feature (gstregistrychunks.c:665) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 32,512 bytes in 16 blocks are possibly lost in loss record 1,411 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269A1: magazine_cache_pop_magazine (gslice.c:719) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4ECF787: gst_registry_chunks_load_feature (gstregistrychunks.c:554) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 38,192 bytes in 77 blocks are possibly lost in loss record 1,412 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5403C36: g_list_prepend (glist.c:275) ==23827== by 0x517786F: g_object_newv (gobject.c:1621) ==23827== by 0x4ECF787: gst_registry_chunks_load_feature (gstregistrychunks.c:554) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 44,144 bytes in 89 blocks are possibly lost in loss record 1,414 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x53D2782: g_array_sized_new (garray.c:195) ==23827== by 0x4ED35A7: gst_structure_new_id_empty_with_size (gststructure.c:146) ==23827== by 0x4ED390C: gst_structure_new_empty (gststructure.c:224) ==23827== by 0x4ED8A6D: gst_structure_from_string (gststructure.c:2365) ==23827== by 0x4ECFB50: gst_registry_chunks_load_feature (gstregistrychunks.c:581) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 59,024 bytes in 119 blocks are possibly lost in loss record 1,415 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5403BBA: g_list_append (glist.c:228) ==23827== by 0x4E92471: __gst_element_factory_add_static_pad_template (gstelementfactory.c:475) ==23827== by 0x4ECF439: gst_registry_chunks_load_pad_template (gstregistrychunks.c:502) ==23827== by 0x4ECFC60: gst_registry_chunks_load_feature (gstregistrychunks.c:594) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 89,712 bytes in 89 blocks are possibly lost in loss record 1,417 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x4ECF330: gst_registry_chunks_load_pad_template (gstregistrychunks.c:493) ==23827== by 0x4ECFC60: gst_registry_chunks_load_feature (gstregistrychunks.c:594) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== 207,264 bytes in 102 blocks are possibly lost in loss record 1,418 of 1,418 ==23827== at 0x4C2A0B0: memalign (vg_replace_malloc.c:727) ==23827== by 0x4C2A1A7: posix_memalign (vg_replace_malloc.c:876) ==23827== by 0x5427A86: allocator_memalign (gslice.c:1381) ==23827== by 0x54275A3: allocator_add_slab (gslice.c:1252) ==23827== by 0x54277B0: slab_allocator_alloc_chunk (gslice.c:1300) ==23827== by 0x54269CF: magazine_cache_pop_magazine (gslice.c:724) ==23827== by 0x5426CAD: thread_memory_magazine1_reload (gslice.c:794) ==23827== by 0x5426F57: g_slice_alloc (gslice.c:992) ==23827== by 0x5426FEF: g_slice_alloc0 (gslice.c:1029) ==23827== by 0x519173A: g_type_create_instance (gtype.c:1872) ==23827== by 0x5178485: g_object_constructor (gobject.c:1849) ==23827== by 0x5177C51: g_object_newv (gobject.c:1713) ==23827== by 0x4ECF787: gst_registry_chunks_load_feature (gstregistrychunks.c:554) ==23827== by 0x4ED16BF: _priv_gst_registry_chunks_load_plugin (gstregistrychunks.c:819) ==23827== by 0x4F03EDC: priv_gst_registry_binary_read_cache (gstregistrybinary.c:603) ==23827== by 0x4ECDD24: ensure_current_registry (gstregistry.c:1681) ==23827== by 0x4ECDF28: gst_update_registry (gstregistry.c:1785) ==23827== by 0x4E5EADB: init_post (gst.c:703) ==23827== by 0x541725F: g_option_context_parse (goption.c:1995) ==23827== by 0x405AC8: main (gst-launch.c:939) ==23827== ==23827== LEAK SUMMARY: ==23827== definitely lost: 0 bytes in 0 blocks ==23827== indirectly lost: 0 bytes in 0 blocks ==23827== possibly lost: 651,621 bytes in 707 blocks ==23827== still reachable: 66,614 bytes in 282 blocks ==23827== suppressed: 270,495 bytes in 1,113 blocks ==23827== Reachable blocks (those to which a pointer was found) are not shown. ==23827== To see them, rerun with: --leak-check=full --show-reachable=yes ==23827== ==23827== For counts of detected and suppressed errors, rerun with: -v ==23827== ERROR SUMMARY: 77 errors from 77 contexts (suppressed: 168 from 168)
Thanks, but this is not really useful. Please use at least the suppression files from the common module, and point out exactly what you think is significant and constitutes a leak rather than a one-time allocation. Note that GStreamer unit tests are run under valgrind, you can do 'make check-valgrind'.
Also, please use G_SLICE=always-malloc which is needed with older GLib versions.
You can see that i used suppressions file. After adding G_SLICE=always-malloc (and also updating glib to 2.36.4), i got different result: ==10491== ==10491== HEAP SUMMARY: ==10491== in use at exit: 313,441 bytes in 1,768 blocks ==10491== total heap usage: 215,887 allocs, 214,119 frees, 54,038,168 bytes allocated ==10491== ==10491== LEAK SUMMARY: ==10491== definitely lost: 0 bytes in 0 blocks ==10491== indirectly lost: 0 bytes in 0 blocks ==10491== possibly lost: 0 bytes in 0 blocks ==10491== still reachable: 33,942 bytes in 529 blocks ==10491== suppressed: 279,499 bytes in 1,239 blocks ==10491== Reachable blocks (those to which a pointer was found) are not shown. ==10491== To see them, rerun with: --leak-check=full --show-reachable=yes ==10491== ==10491== For counts of detected and suppressed errors, rerun with: -v ==10491== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 152 from 152) This is good. Still i think some of those "one time allocations" could get cleaned, as there's gst_deinit() which could take care of it.
> You can see that i used suppressions file. Yes indeed, sorry :) > After adding G_SLICE=always-malloc (and also updating glib to 2.36.4), i got > different result: > ==10491== LEAK SUMMARY: > ==10491== definitely lost: 0 bytes in 0 blocks > ==10491== indirectly lost: 0 bytes in 0 blocks > ==10491== possibly lost: 0 bytes in 0 blocks Ok! > ==10491== still reachable: 33,942 bytes in 529 blocks > ==10491== suppressed: 279,499 bytes in 1,239 blocks > > This is good. Still i think some of those "one time allocations" could get > cleaned, as there's gst_deinit() which could take care of it. Some possibly, yes. But there are quite a few in GLib/GObject as well, which you won't be able to get rid of. Not really worth the effort IMHO, but feel free to make patches.