Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video streams info does not show drm-format yet (new in Gst 1.24) #428

Open
rmader opened this issue Apr 25, 2024 · 3 comments
Open

Video streams info does not show drm-format yet (new in Gst 1.24) #428

rmader opened this issue Apr 25, 2024 · 3 comments
Labels
API Issue related to the API
Projects

Comments

@rmader
Copy link

rmader commented Apr 25, 2024

Congratulations to and thanks for the awesome new release!

Just gave it a try and saw that the video stream info panel is missing a small detail: when the new special format DMA_DRM is used - which is/will basically always be the case with hardware decoding, then the actual format can be found in the drm-format field. And that one is not yet displayed in the stream info. Maybe it can be added at some point :)

image

@Rafostar
Copy link
Owner

Yeah. The whole DMABufs + DRM modifiers formats related stuff was skipped in this release. It was mostly written against GStreamer 1.22 (cause it took me this long to rewrite stuff with a shared GTK widget functionality).

Supporting DMABufs, gpu offload with DRM negotiation will by my target for next stable (even number) release.

@rmader
Copy link
Author

rmader commented Apr 25, 2024

I see, thanks a lot. Feel free to close the issue / make it a duplicate or so.

@Rafostar
Copy link
Owner

They are related, but I feel this is indeed worth a different issue, so I will not forget to update "info" window. 😄

@Rafostar Rafostar added the API Issue related to the API label Apr 25, 2024
@Rafostar Rafostar added this to To do in 0.8.0 May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Issue related to the API
Projects
0.8.0
To do
Development

No branches or pull requests

2 participants