Administrator
|
Hi all,
Several blocker bugs were filed and fixed since the last pre-release, so here's a new pre-release. Tarball available here: http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.13/pitivi-0.13.0.3.tar.bz2 The updated jaunty package will be available soon here: https://launchpad.net/~gstreamer-developers/+archive/ppa Testing, feedbacks, bug reports are welcome as usual on bugzilla: http://bugzilla.gnome.org/enter_bug.cgi?product=pitivi Unless more blockers popup, expect the 0.13.1 release this Tuesday (26th May). Edward ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Mates, I am front a decision to make and I'd like to have a piece of advice of gstreamer comunnity. First thing a have to develop a application that capture audio and video and uses for instance (FFT for audio) . This seems completely smart to use a high level application instead of design my own C script to do the job. However I am deeply interest in binary data of it to use with a AI project. The point is, I was reading the FAQ and the last question in the GENERAL section is this one: *Q: * I'm considering adding GStreamer output to my application... *A: * That doesn't really make sense. GStreamer is not a sound server, so you don't output directly to GStreamer, and it's not an intermediate API between audio data and different kinds of audio sinks. It is a fundamental design decision to use GStreamer in your app; there are no easy ways of somehow 'transfering' data from your app to GStreamer. Instead, your app would have to use or implement a number of GStreamer elements, string them together, and tell them to run. In that manner the data would all be internal to the GStreamer pipeline. That said, it is possible to write a plug-in specific to your app that can get at the audio data. I am a bit confused 'cause if I start using gstreamer and than I get kind of stuck with gstreamer and the only way is to write a plug-in, taking in account that this background isn't my priority and specialty, I would take so long and perhaps be obligated to stop and start all over again..... Is there a way to get output results from gstreamer by direct access dumping the content of the buffers and dumping it somewhere I want using pointers or the only way is writing plug ins?? Thanks in advance Tks! ------------------- Guilherme Longo Dept. Eng. da Computação Unaerp Linux User - #484927 *Before Asking http://www.istf.com.br/?page=perguntas !- I'd rather die on my feet than live on my knees -! ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Mon, 2009-05-25 at 02:06 -0300, Guilherme wrote:
> Is there a way to get output results from gstreamer by direct access > dumping the content of the buffers and dumping it somewhere I want > using pointers or the only way is writing plug ins?? You can get buffers out of GStreamer using appsink from gst-plugins-base. Cheers -Tim ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |