<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
hi<br>
<br>
anyone have an idear on this problem ?? :(<br>
<br>
i tried:<br>
<br>
self.player.set_property('flags', "Render visualisation when no
video is present")<br>
self.vis = self.change_visualisation()<br>
self.visual = gst.element_factory_make(self.vis,'visual')<br>
self.player.set_property('vis-plugin', self.visual)<br>
<br>
<br>
i have the vis working but no sound ...<br>
<br>
if i use the set-property with <b>
flags="soft-volume+text+audio+video+vis" directly, i have a </b><br>
<br>
"TypeError: could not convert argument to correct param type"<br>
<br>
how can i do to get vis+audio ? <br>
<br>
thanks a lot !<br>
<br>
<br>
Le 29/12/2011 18:19, laguillaumie sylvain a écrit :
<blockquote cite="mid:4EFCA10E.5060805@free.fr" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
hi<br>
<br>
i still have to add the vis-plugin='goom'<b>
flags="soft-volume+text+audio+video+vis"</b> to get playbin2 vis
working at home, how can i/is it possible to set this flag in a
pythonic way in my app please ?<br>
<br>
<br>
self.vis = self.change_visualisation() "" return my vis<br>
self.visual = gst.element_factory_make(self.vis,'visual')<br>
<br>
?????<br>
?????<br>
<br>
self.player.engine._player.set_property('vis-plugin', self.visual)<br>
<br>
if possible.. thanks a lot<br>
<br>
<br>
++ <br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>