Disabling Timing Requirement in GStreamer Option?

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

Disabling Timing Requirement in GStreamer Option?

Greg Wunder
Disabling Timing Requirement in GStreamer Option?

Occasionally when running gst-launch I receive timing warnings which resemble the following:

WARNING: from element /GstPipeline:pipeline0/GstGLImageSink:glimagesink0 A lot of buffers are being dropped.
Additional debug info:
..\..\..\Source\gstreamer\libs\gst\base\gstbasesink.c(2689): gst_base_sink_is_too_late (): /GstPipeline:pipeline0/GstGLImageSink:glimagesink0:
There may be a timestamping problem, or this computer is too slow.

It appears that these warnings may be related to timing.
Is there an option or easy way to turn off this timing requirement at runtime?


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Disabling Timing Requirement in GStreamer Option?

Marco Ballesio
Hi,

Il giorno lun, 31/01/2011 alle 11.11 -0500, Greg Wunder ha scritto:

> Occasionally when running gst-launch I receive timing warnings which
> resemble the following:
>
> WARNING: from
> element /GstPipeline:pipeline0/GstGLImageSink:glimagesink0 A lot of
> buffers are being dropped.
> Additional debug info:
> ..\..\..\Source\gstreamer\libs\gst\base\gstbasesink.c(2689):
> gst_base_sink_is_too_late
> (): /GstPipeline:pipeline0/GstGLImageSink:glimagesink0:
> There may be a timestamping problem, or this computer is too slow.
>
> It appears that these warnings may be related to timing.
> Is there an option or easy way to turn off this timing requirement at
> runtime?

you can disable check on too old timestamps by setting sync=false on the
glimagesink. Alternatively, you can increase the value of its
max-lateness property (try e.g. some hundreds of milliseconds). Both of
the solutions have advantages and disadvantages.

Regards

>
>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel