Rafostar / clapper

Level up your video experience with a modern and user-friendly media player.
https://rafostar.github.io/clapper/
GNU General Public License v3.0
711 stars 34 forks source link

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

Open rmader opened 2 months ago

rmader commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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

Rafostar commented 2 months ago

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