clapper icon indicating copy to clipboard operation
clapper copied to clipboard

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

Open rmader opened this issue 1 year ago • 3 comments

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

rmader avatar Apr 25 '24 08:04 rmader

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.

Rafostar avatar Apr 25 '24 08:04 Rafostar

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

rmader avatar Apr 25 '24 08:04 rmader

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

Rafostar avatar Apr 25 '24 08:04 Rafostar