can we use a gst plugin alone without using the pipeline ?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

can we use a gst plugin alone without using the pipeline ?

kilian stein
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
Reply | Threaded
Open this post in threaded view
|

Re: can we use a gst plugin alone without using the pipeline ?

Michael Joachimiak
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,

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




--
Your Sincerely
Michal Joachimiak

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: can we use a gst plugin alone without using the pipeline ?

kilian stein
Thank you, i think it will do the job :) ! Did you find anytutorial about it ?

2011/5/19 Michael Joachimiak <[hidden email]>
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,

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




--
Your Sincerely
Michal Joachimiak

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: can we use a gst plugin alone without using the pipeline ?

Michael Joachimiak
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 ?


2011/5/19 Michael Joachimiak <[hidden email]>
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,

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




--
Your Sincerely
Michal Joachimiak

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




--
Your Sincerely
Michal Joachimiak

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: can we use a gst plugin alone without using the pipeline ?

Noe Nieto [http://percepcionunitaria.org]]
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.
 

2011/5/19 Michael Joachimiak <[hidden email]>
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,

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




--
Your Sincerely
Michal Joachimiak

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




--
--
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