On Tue, Feb 21, 2012 at 6:53 AM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> Fix elm_video_uri_set usage in esopinage.
>
> Signed-off-by: Sanjeev BA <[email protected]>
>
> Author: sanjeev
> Date: 2012-02-20 21:53:08 -0800 (Mon, 20 Feb 2012)
> New Revision: 68201
> Trac: http://trac.enlightenment.org/e/changeset/68201
>
> Modified:
> trunk/espionnage/src/bin/espionnage_main.c
>
> Modified: trunk/espionnage/src/bin/espionnage_main.c
> ===================================================================
> --- trunk/espionnage/src/bin/espionnage_main.c 2012-02-21 05:52:55 UTC (rev
> 68200)
> +++ trunk/espionnage/src/bin/espionnage_main.c 2012-02-21 05:53:08 UTC (rev
> 68201)
> @@ -59,7 +59,7 @@
> break ;
> }
>
> - elm_video_uri_set(video, data);
> + elm_video_file_set(video, data);
why ? doen't file://my_file work at all ?
Vincent
> elm_video_play(video);
> }
>
> @@ -404,7 +404,7 @@
> if (webcam)
> {
> elm_object_text_set(hoversel, emotion_webcam_name_get(webcam));
> - elm_video_uri_set(video, emotion_webcam_device_get(webcam));
> + elm_video_file_set(video, emotion_webcam_device_get(webcam));
> elm_video_play(video);
> }
> else
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel