Bozhidar Tonchev

Results 13 comments of Bozhidar Tonchev

The issue was resolved after changing from Jeffy's [meta-rockchip](https://github.com/JeffyCN/meta-rockchip) to mainline [meta-rockchip](https://git.yoctoproject.org/meta-rockchip). You can close this issue now or when you implement the fix you mentioned above.

Hello, I think I have the same problem (or atleast similar). I am using a SBC(Single board computer) to manage 4 devices (card reader, LED controller, touch screen etc...). However...

Hi @ardera, Yes, I believe.

Both `gst-play-1.0` and `gst-launch-1.0` with `playbin` seems playing. ``` root@rockchip-rk3399-tinker_board_2:~# gst-launch-1.0 playbin uri=file:///usr/share/flutter/kiosk/data/flutter_assets/assets/videos/testvideo.mp4 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... error: XDG_RUNTIME_DIR not set in the environment. WARNING:...

With the mentioned branch, there is no `failed delayed linking` error. But the video is still not playing. Now I have the following error: `plugins/gstreamer_video_player/frame.c: Video format is not supported...

Is there a way to enable `EXT_image_dma_buf_import_modifiers`? As I see, it requires `EGL_KHR_image_base` and `EGL_EXT_image_dma_buf_import` which I currently have according to `kmscube` log. ``` EGL information: version: "1.4 Midgard-"r18p0-01rel0"" vendor:...

Quick update. I got it working with several patches: First I added a `videoconvert` to the pipeline: `static const char *default_pipeline_descr = "uridecodebin name=\"src\" ! video/x-raw ! videoconvert ! video/x-raw,format=RGBA...

I am not using `--pixelformat RGB565` since you published the fix for that, but the issue still occurs. I am using `--rotation 270` because my device monitor is in portrait...

Hi @ardera, do you have any ideas that could help me in my investigation? And were you able to reproduce it on your x86 setup? Forgot to mention I am...