Circular Buffer Question - Joseph Irvine

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

Circular Buffer Question - Joseph Irvine

Joseph Irvine
Hello,

I am looking for code that implements a video/audio circular buffer. Can someone point me to any sample apps that would have this functionality?

Thanks,
Joseph

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

Re: Circular Buffer Question - Joseph Irvine

Josh Doe
On Tue, Nov 22, 2011 at 7:54 AM, Joseph Irvine <[hidden email]> wrote:
> Hello,
> I am looking for code that implements a video/audio circular buffer. Can
> someone point me to any sample apps that would have this functionality?

Are you looking for something different than queue/queue2?
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-queue.html
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-queue2.html

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

Re: Circular Buffer Question - Joseph Irvine

Stefan Sauer
In reply to this post by Joseph Irvine
On 11/22/2011 01:54 PM, Joseph Irvine wrote:
Hello,

I am looking for code that implements a video/audio circular buffer. Can someone point me to any sample apps that would have this functionality?
There is GstRingbuffer used in Audio sinks. The AudioEcho element uses an internal delay-line. There are probably more examples.

Stefan


Thanks,
Joseph
_______________________________________________ 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