gst-shark icon indicating copy to clipboard operation
gst-shark copied to clipboard

GstShark is a front-end for GStreamer traces

Results 50 gst-shark issues
Sort by recently updated
recently updated
newest added

I built and installed gst-shark on Ubuntu 20.04 as follow: ``` sudo apt install graphviz libgraphviz-dev sudo apt install octave epstool babeltrace sudo apt install gtk-doc-tools git clone https://github.com/RidgeRun/gst-shark/ cd...

Hi all, I use a machine with Ubuntu 20.04.2 LTS. I installed gst-shark like explained on the Getting started page with the option for ubuntu. When I run any pipeline,...

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...

I am trying to build gst-shark in docker and am not able to do so. I receive an automake error as follows: ``` parallel-tests: installing './test-driver' autoreconf: automake failed with...

I have some custom classes that inherit the base class GstAggregator that combines buffers from two source elements into one buffer and I wanted to get interlatency from each source...

enhancement

This is similar to the problem I had before the gstreamer I am using is complicated, but was creating metadata file until i changed from nveglglessink to nvoverlaysink, and removing...

bug

I have two pipelines, the first one: ``` GST_TRACERS="interlatency" GST_DEBUG=GST_TRACER:7 gst-launch-1.0 \ videotestsrc ! \ 'video/x-raw,width=300,height=300,format=(string)I420,framerate=(fraction)10/1' ! \ videoconvert ! \ shmsink socket-path=/tmp/foo shm-size=20000000 wait-for-connection=0 ``` yields the following output:...

I have problem with plot script output, for example executing pipeline from wiki: https://developer.ridgerun.com/wiki/index.php/GstShark_-_Processing_Time_tracer I got following output from gstshark-plot: Loading proctime events... Loading interlatency events... Loading scheduling events... Loading...

@michaelgruner It seems that your fix https://github.com/RidgeRun/gst-shark/pull/93 solved the SegFaults, but it skips interlatency tracing for source pads with no parent. For example, I don't get any interlatency tracing for...

Few attempts to debug gst processes but always that message: ``` [error] Event id 512 is outside range. [error] Reading event failed. Error printing trace. Loading proctime events... Loading interlatency...