playbin 2 visualisation problem
laguillaumie sylvain
s.lagui at free.fr
Fri Dec 30 09:16:32 PST 2011
hi
anyone have an idear on this problem ?? :(
i tried:
self.player.set_property('flags', "Render visualisation when no video is
present")
self.vis = self.change_visualisation()
self.visual = gst.element_factory_make(self.vis,'visual')
self.player.set_property('vis-plugin', self.visual)
i have the vis working but no sound ...
if i use the set-property with *flags="soft-volume+text+audio+video+vis"
directly, i have a *
"TypeError: could not convert argument to correct param type"
how can i do to get vis+audio ?
thanks a lot !
Le 29/12/2011 18:19, laguillaumie sylvain a écrit :
> hi
>
> i still have to add the
> vis-plugin='goom'*flags="soft-volume+text+audio+video+vis"* 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 ?
>
>
> self.vis = self.change_visualisation() "" return my vis
> self.visual = gst.element_factory_make(self.vis,'visual')
>
> ?????
> ?????
>
> self.player.engine._player.set_property('vis-plugin', self.visual)
>
> if possible.. thanks a lot
>
>
> ++
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20111230/132a9a81/attachment.html>
More information about the gstreamer-devel
mailing list