Use of Buffer in Pipeline

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

Use of Buffer in Pipeline

shailesh mali-3
Hello Friends,
         I am developing one media player application in which I am capturing video from Video Card, I want to stream the data in buffer to pipeline.
Does any body have experience in doing so. Should I need to write my own plugin?

--
Shailesh

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

Re: Use of Buffer in Pipeline

Tim-Philipp Müller-2
On Mon, 2009-05-25 at 18:29 +0530, shailesh mali wrote:

> I am developing one media player application in which I am capturing
> video from Video Card, I want to stream the data in buffer to
> pipeline.
> Does any body have experience in doing so. Should I need to write my
> own plugin?

The best way would be to write your own source element if none of the
many existing ones is suitable. Alternatively, you can capture it
outside of GStreamer and then push it into a pipeline using the appsrc
element 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