Redundant warning " implement duration caching in GstBin "

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

Redundant warning " implement duration caching in GstBin "

rland
Hi,GStreamer developers,
In the <Warning> log level, we can always see the following large number of warning output,especially in embedded devices, occupied too much CPU resources.

it seems that  have already acrossed several release version,and hope next version,this issure will be repaired?
------------------
11-24 09:55:17.421 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.422 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.422 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.422 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.422 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.422 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.423 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.423 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.423 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.423 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.423 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.423 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
11-24 09:55:17.423 13036 25498 I  [gstbin.c:4344] <bin> implement duration caching in GstBin again
----------------------
Reply | Threaded
Open this post in threaded view
|

Re: Redundant warning " implement duration caching in GstBin "

Sebastian Dröge-3
On Wed, 2016-11-23 at 18:04 -0800, lucky chou wrote:
> Hi,GStreamer developers,
> In the <Warning> log level, we can always see the following large number of
> warning output,especially in embedded devices, occupied too much CPU
> resources.
>
> it seems that  have already acrossed several release version,and hope next
> version,this issure will be repaired? 

This is not a warning anymore but a "FIXME". It's an optimization that
was lost from 0.10 to 1.0, but not really important. Just nice to have
if someone wants to implement it (there are some complications to keep
in mind, as always with caching).

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Redundant warning " implement duration caching in GstBin "

rland
Sebastian,thanks for your patience.
As you said above, before optimizing it, maybe if we can  make it print once instead of  always print it will be better.