Some of the gstreamer elements that I use keep spamming "useless" (a matter of opinion) information to stdout, anyway of muting a specific gstreamer element?
Asked
Active
Viewed 307 times
0
-
Is it a publicly accessible element? Normally, all elements use GStreamer-provided debug macros that only print to stdout when you tell them to using the `GST_DEBUG` environment variable. – nielsdg Apr 13 '18 at 09:11
-
Yes its public and verbose AF. – Jimmy Pettersson Apr 25 '18 at 14:53
-
Okay then, can you please tell which one so people can take a look at it? – nielsdg Apr 26 '18 at 15:58
-
omxh264enc is one of them – Jimmy Pettersson May 01 '18 at 11:18