<div dir="ltr">Hi,<div><br></div><div style>I was using similar code on linux :</div><div style><br></div><div style><div>filelocation = g_build_filename (g_get_home_dir(), "file.jpg", NULL);</div><div>      if (ges_timeline_pipeline_save_thumbnail (data->pipeline, -1, -1, "image/jpeg",</div>
<div>              filelocation) == TRUE)</div><div>        g_print ("snapshot stored in %s \n", filelocation);</div><div><br></div><div><br></div><div><br></div><div style>I do not have so much experience on Windows but are you sure of your uri :  "file:///E:\\Temp\\image%i.png" ?</div>
<div style>Using debug you should have warning messages.</div><div style><br></div><div style>Maybe you should try Linux uri format : ,"file:///E://Temp//image%i.png ?</div><div style><br></div><div style><br></div><div style>
Eloi</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 16, 2013 at 11:56 AM, Thibault Saunier <span dir="ltr"><<a href="mailto:thibault.saunier@collabora.com" target="_blank">thibault.saunier@collabora.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Kim,<br>
<br>
Could you please send us the GST_DEBUG=ges*:5 debug logs to check what is going on?<br>
<br>
BR,<br>
<br>
Thibault Saunier<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</blockquote></div><br></div>