[Qt-interest] how to close window after playing the video using gstreamer
Karol Krizka
kkrizka at gmail.com
Sun May 3 01:25:53 CEST 2009
On Thursday 30 April 2009 11:13:09 arun kumar wrote:
> How to close the winow after playing the video played in a remote machine
> using gsteamer. Now I am not able to close the window(gst-launch-0.10)
> remotely. Please help.
>
Did you try:
QObject::connect(phononPlayer,SIGNAL(finished()),
windowWidget,SLOT(close()));
?
--
Cheers,
Karol Krizka
http://www.krizka.net
More information about the Qt-interest-old
mailing list