Emmanuel Madrigal

Results 6 issues of Emmanuel Madrigal

The error can be reproduced by running the following code ``` #include #include "gstd/libgstc.h" static GstcStatus callback(GstClient *_client, const char *pipeline_name, const char *message_name, const long long timeout, char *message,...

bug

Tests for tflite and tensorflow only have a test for negative values but null values aren't being tested

The following pipeline: ` gst-launch-1.0 videotestsrc ! nvvideoconvert ! "video/x-raw(memory:NVMM),width=1920,height=1080,format=I420" ! perf ! fakesink` This reports 330fps with a bitrate of 160kbps. The theoretical bitrate is of around 1Gbps. The...

Here are a few pipelines to reproduce the issue ``` # Works gst-launch-1.0 \ videotestsrc ! interpipesink name=video_sink \ interpipesrc listen-to=video_sink ! perf name=first_pipe ! fakesink \ interpipesrc listen-to=video_sink num-buffers=6000...

bug