bitsy-ai / printnanny-os

Image repository, change logs, and issue tracking for PrintNanny OS
GNU Affero General Public License v3.0
23 stars 2 forks source link

Ignore h264parse set_latency events #237

Closed leigh-johnson closed 1 year ago

leigh-johnson commented 1 year ago

Describe the bug

We can safely suppress these logs from the h264parse gstreamer element. Current log level is a bit spammy during continuous camera usage:

Feb  2 13:27:48  gstd[387]: 0:12:15.728434320   387   0x7f5c004cc0 INFO               baseparse gstbaseparse.c:4093:gst_base_parse_set_latency:<h264parse0> min/max latency 0:00:00.000000000, 0:00:00.000000000
Feb  2 13:27:50  gstd[387]: 0:12:17.728401708   387   0x7f5c004cc0 INFO               baseparse gstbaseparse.c:4093:gst_base_parse_set_latency:<h264parse0> min/max latency 0:00:00.000000000, 0:00:00.000000000
Feb  2 13:27:52  gstd[387]: 0:12:19.728507151   387   0x7f5c004cc0 INFO               baseparse gstbaseparse.c:4093:gst_base_parse_set_latency:<h264parse0> min/max latency 0:00:00.000000000, 0:00:00.000000000
Feb  2 13:27:54  gstd[387]: 0:12:21.728582631   387   0x7f5c004cc0 INFO               baseparse gstbaseparse.c:4093:gst_base_parse_set_latency:<h264parse0> min/max latency 0:00:00.000000000, 0:00:00.000000000
Feb  2 13:27:56  gstd[387]: 0:12:23.728780426   387   0x7f5c004cc0 INFO               baseparse gstbaseparse.c:4093:gst_base_parse_set_latency:<h264parse0> min/max latency 0:00:00.000000000, 0:00:00.000000000
leigh-johnson commented 1 year ago

Done in https://github.com/bitsy-ai/meta-bitsy/commit/8b83804e5b73d8ad3146c2c5762394a8410a722e :+1: