[gst-devel] jack client name without gtk+ and killing the client
patrick
puredata at 11h11.com
Sat Oct 13 18:49:08 CEST 2007
hi,
i am not using gtk or qt, only python (command line). how can i set the
client name of jack (it's by default GStreamer)?
this is my code:
player = gst.element_factory_make("playbin", "player")
player.set_property('uri', myurl)
player.set_state(gst.STATE_PLAYING)
also after playing myurl (http://...song.mp3) GStreamer doesn't destroy
itself. so if i click again to listen myurl a new GStreamer-01 will
popup and so on.
how can i destroy the client after playing a http.mp3?
thanks!
pat
More information about the gstreamer-devel
mailing list