<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.2">
</HEAD>
<BODY>
Le mardi 05 mars 2013 à 05:23 -0800, Jorge a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
    I've read solutions using clutter but it could be done only with gstreamer<BR>
    libs? Is there a minimal player in source code to grasp the idea?<BR>
</BLOCKQUOTE>
In 0.10, you can use the GstVideoContext and GstSurface APIs to upload a VA surface to a texture. Note, these APIs are experimental and have been removed in 1.0. They might be reintroduce in another form later, but these things are hard to get right. You can look at the code in 0.10 clutter-gst and it's sample media player.<BR>
<BR>
cheers,<BR>
Nicolas<BR>
<BR>
</BODY>
</HTML>