Skip to content
#

gstreamer

Here are 379 public repositories matching this topic...

vokoscreenNG is a powerful screencast creator in 39 languages to record the screen, an area or a window (Linux only). Recording of audio from multiple sources is supported. With the built-in camera support, you can make your video more personal. Other tools such as magnifying glass, countdown, timer and systray support will help you do a good job.

  • Updated Mar 17, 2022
  • C++
zhoonit
zhoonit commented Nov 12, 2021
unsigned int outdim[4] = { 1, };
err = ml_tensors_info_set_tensor_dimension(out_info, 0, outdim); // where the code returns non zero exit

above code fails because outdim is {1, 0, 0, 0};

For those who are used to flexible tensor dimension, they deserve kinder error message why {1} fails.

Improve this page

Add a description, image, and links to the gstreamer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gstreamer topic, visit your repo's landing page and select "manage topics."

Learn more