Grabbing thumbnails with GES on Windows

Eloi Bail eloi.bail at gmail.com
Tue Apr 16 09:42:48 PDT 2013


Hi,

I was using similar code on linux :

filelocation = g_build_filename (g_get_home_dir(), "file.jpg", NULL);
      if (ges_timeline_pipeline_save_thumbnail (data->pipeline, -1, -1,
"image/jpeg",
              filelocation) == TRUE)
        g_print ("snapshot stored in %s \n", filelocation);



I do not have so much experience on Windows but are you sure of your uri :
 "file:///E:\\Temp\\image%i.png" ?
Using debug you should have warning messages.

Maybe you should try Linux uri format : ,"file:///E://Temp//image%i.png ?


Eloi


On Tue, Apr 16, 2013 at 11:56 AM, Thibault Saunier <
thibault.saunier at collabora.com> wrote:

> Hello Kim,
>
> Could you please send us the GST_DEBUG=ges*:5 debug logs to check what is
> going on?
>
> BR,
>
> Thibault Saunier
> ______________________________**_________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.**freedesktop.org<gstreamer-devel at lists.freedesktop.org>
> http://lists.freedesktop.org/**mailman/listinfo/gstreamer-**devel<http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130416/bf9b9f5c/attachment.html>


More information about the gstreamer-devel mailing list