Hello,
I'm new to gstreamer and i wonder if it's possible with gstreamer : (1) to put a buffer in a plugin (in a decoder/filter for example) (2) lunch the decode/filter process (only process one plugin) (3) and grab the out buffer The question is, is it possible to use a plugin alone without using the pipeline ? Regards, Kilian _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
I am not pro in gstreamer, but the closest solution that comes to my mind is to use appsrc ! decoder ! appsink So you need to have a pipeline but you provide data from your software and you get decoded stream back to your software. I am working now on appsrc solution for my program. 2011/5/19 kilian stein <[hidden email]> Hello, -- Your Sincerely Michal Joachimiak _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thank you, i think it will do the job :) ! Did you find anytutorial about it ?
2011/5/19 Michael Joachimiak <[hidden email]> Hi, _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
http://gstreamer-devel.966125.n4.nabble.com/How-to-use-appsrc-amp-appsink-td968055.html
I am trying to use that one but no effect. If you make it working please let me know. 2011/5/19 kilian stein <[hidden email]> Thank you, i think it will do the job :) ! Did you find anytutorial about it ? -- Your Sincerely Michal Joachimiak _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by kilian stein
2011/5/19 kilian stein <[hidden email]> Thank you, i think it will do the job :) ! Did you find anytutorial about it ? Hi. I'm using appsink for some experiments with the Python bindings.
Take a look and see if something there works for you. Cheers.
-- -- Noe Nieto
Estudiante de Psicología Holokinética Diplomados, noticias, libros, artículos, audios y videos gratuitos : percepcionunitaria.org_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |