Open madscientist159 opened 4 years ago
Can you please share your config.log? Also, which platform are you using?
On Nov 11, 2019, at 21:19, Timothy Pearson notifications@github.com wrote:
Trying to use the gst-shark framerate tracer against the latest gstreamer GIT sources yields:
WARN default gsttracerutils.c:134:_priv_gst_tracing_init: no tracer named 'framerate'
gstreamer does find the plugins, but it doesn't seem to know that the tracers are available.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi,
I've the same issue as @madscientist159 :
default gsttracerutils.c:134:_priv_gst_tracing_init: no tracer named 'framerate'
default gsttracerutils.c:134:_priv_gst_tracing_init: no tracer named 'proctime'
default gsttracerutils.c:134:_priv_gst_tracing_init: no tracer named 'interlatency'
When I run :
GST_DEBUG=2,"GST_TRACER:7" GST_TRACERS="framerate;proctime;interlatency" \
gst-launch-1.0 videotestsrc num-buffers=150 ! videoconvert ! autovideosink
Please, find attached the config.log file.
My platform is :
$ uname -a
Linux X515 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Trying to use the gst-shark framerate tracer against the latest gstreamer GIT sources yields:
WARN default gsttracerutils.c:134:_priv_gst_tracing_init: no tracer named 'framerate'
gstreamer does find the plugins, but it doesn't seem to know that the tracers are available.