Carlos Rodriguez
Carlos Rodriguez
Currently, GstD Client always returns 0 no matter what the result of the command is. Would be helpful to get different codes based on the command result.
Would be useful to have a mechanism to request a new port to GstD, so GstD returns the new port opened and a new Client can be created using that...
- [x] Build documentation - [x] Examples documentation - [x] Benchmarking - [x] Blog Post - [x] Generate tarballs with models
- [x] Build documentation - [x] Examples documentation - [x] Benchmarking - [x] Blog Post - [x] Generate tarballs with models
## PC Test 1. Start GstD `GST_DEBUG=2,*perf*:6,*EVENT*:9 gstd` 2. Create a pipeline with SW encoder, SW decoder and interpipes, at a framerate of 30fps: ` gstd-client pipeline_create p0 videotestsrc is-live=true...
Using following pipeline and the bitrate tracer a segfault appears: ``` GST_DEBUG=*TRACE*:9 GST_TRACERS="bitrate" gst-launch-1.0 imxv4l2videosrc ! imxvpuenc_h264 ! h264parse ! queue ! fakesink ```