=?utf-8?Q?=E5=9B=9E=E5=A4=8D=EF=BC=9A_?=Do not dropping any video frame (if frame is late) in "playbin" with living streaming

jojo rjiejie at gmail.com
Mon Feb 3 03:29:08 PST 2014


Hi Tim,  

Thanks for your finger out :)

I have set the 'qos' to 'false' in my solution also,

i need to be familiar with gstreamer project much more.

Thanks,

- Jojo


在 2014年1月22日星期三,下午8:40,Tim Müller 写道:

> On Wed, 2014-01-22 at 10:01 +0800, jojo wrote:
>  
> Hi,
>  
> > From the source code of gstbasesink.c, the default value
> > of 'max-lateness' is -1 (-1 unlimited)
> > and 'qos' property is 'false' also,
> > but the feature 'qos' is enable by default in my case,
> >  
>  
>  
> Yes, those are the defaults from GstBaseSink, but GstVideoSink (which
> derives from GstBaseSink) sets different defaults.
>  
> > i want to disable this feature, how could i do ?
>  
> g_object_set (videosink, "max-lateness", (gint64) -1, NULL);
> g_object_set (videosink, "qos", FALSE, NULL);
>  
> Setting the min-latency on the source to 0 is not going to have much
> effect btw (which you mentioned in a previous mail IIRC). The point is
> to configure a latency that's > 0.
>  
> Cheers
> -Tim
>  
> --  
> Tim Müller, Centricular Ltd - http://www.centricular.com
>  
> _______________________________________________
> gstreamer-android mailing list
> gstreamer-android at lists.freedesktop.org (mailto:gstreamer-android at lists.freedesktop.org)
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-android
>  
>  


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20140203/350a106b/attachment.html>


More information about the gstreamer-android mailing list