How to use monoscope plugin on gstreamer-java.
apamplona78
apamplona78 at gmail.com
Thu Jul 26 10:37:51 PDT 2012
Does anyone know how to use monoscope plugin on gstreamer-java?
My source code is:
File audio = new
File("C:/Users/apamplona/Desktop/stefanini-exemplo/jammil-esaudade.mp3");
Gst.init("AudioPlayer", new String[]{});
PlayBin2 player = new PlayBin2("AudioPlayer");
player.set("video-sink", ElementFactory.make("fakesink", "xvimagesink"));
player.set("uri", audio.toURI());
player.play();
Gst.main();
player.stop();
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-use-monoscope-plugin-on-gstreamer-java-tp4655708.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list