What filter can I use to add a video buffer/latency

Stefan Sauer ensonic at hora-obscura.de
Tue Feb 21 07:24:25 PST 2012


On 02/20/2012 02:05 AM, art vanderhoff wrote:
> Thx Stefan,
>
> These are being mixed with videomixer2. Using your previous suggestion I
> have updated the application to use videoparse instead of decodebin2.
>
> the flow is
>
> cam1			|	cam2	
> <sync difference over rtsp transport>
> fifo			|	fifo
> AYUV			|	AYUV
> -------------------------------------
> filesrc			|	filesrc
> videoparse		|	videoparse
> ffmpegcolorspace|	ffmpegcolorspace
> videoscale		|	videoscale
> capsfilter		|	capsfilter
> 	          videomixer2
> 		      filesink
>
> thx
> Art
>
Maybe you can add queue elements after videoparse and use
"min-threshold-buffers" or "min-threshold-time". This would only make
sense for livesources though.

Stefan


More information about the gstreamer-devel mailing list