<div dir="ltr"><div><div>first - I am not a gst dev, so all I can don is confirm your observations.  I doubt it will help get it fixed.<br><br>I have hardware that I can test on for days, running fairly default ubuntu xenial, or yackity, and I don't mind building gst-master.<br><br></div>I don't have much time to figure out how to  build and run your test, so here is what I would ask:<br><br></div><div>1. If your mpeg files are more than 100mb, create a script that will generate them from gst's test sources.  <br></div><div><br></div>2. if you can use gst-launch to reproduce the memory leak, do that.  <br><div><br></div><div>else:<br><br></div><div>3. the easiest way for "me" to test would be to add a PPA and I'll apt-get install it onto ubuntu xenial.  But that may be more work than you want to do.<br><br></div><div>4. git clone... ./configure ... make ..    run and watch top or valgrind or whatever.<br></div><div><br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 11, 2016 at 12:58 PM, adeel <span dir="ltr"><<a href="mailto:arshad.adeel.83@gmail.com" target="_blank">arshad.adeel.83@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
This is my pipeline. I am making an app in xcode. I am almost done with my<br>
app. Following is my timeline. I can share my full code<br>
<br>
video_bin = gst_parse_bin_from_<wbr>description("autovideosink", TRUE, NULL);<br>
        video_filter_bin = gst_parse_bin_from_<wbr>description("capssetter<br>
caps=video/x-raw,interlace-<wbr>mode=interleaved", TRUE, NULL);<br>
        audio_bin = gst_parse_bin_from_<wbr>description("audioconvert !<br>
autoaudiosink", TRUE, NULL);<br>
<br>
        pipeline = gst_parse_launch("playbin", &error);<br>
        const char *char_uri = [uri UTF8String];<br>
        g_object_set(pipeline, "uri", char_uri, NULL);<br>
        GST_DEBUG("URI set to %s", char_uri);<br>
<br>
        g_object_set(pipeline, "video-sink", video_bin, NULL);<br>
        g_object_set(pipeline, "video-filter", video_filter_bin, NULL);<br>
        g_object_set(pipeline, "audio-sink", audio_bin, NULL);<br>
<br>
The memory usage is very high when playing a file in loop. starting from 30<br>
MB to 2.70 GB after two or more days continuous play. I am playing mpeg<br>
files and share these files also.<br>
<br>
Regards<br>
Adeel Arshad<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Can-anyone-test-my-pipeline-for-memory-leak-tp4681144.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/Can-anyone-test-<wbr>my-pipeline-for-memory-leak-<wbr>tp4681144.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div>