Opened 6 months ago

Closed 5 months ago

#20394 closed enhancement (fixed)

snapshot-47.1

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: gnome-47
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New major version.

Change History (11)

comment:1 by Bruce Dubbs, 6 months ago

Milestone: 12.3gnome-47

comment:2 by Xi Ruoyao, 6 months ago

It needs libgstgtk4:

curl https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/gstreamer-1.24.8/gst-plugins-rs-gstreamer-1.24.8.tar.gz -LO

tar xf gst-plugins-rs-gstreamer-1.24.8.tar.gz
cd gst-plugins-rs-gstreamer-1.24.8

cd video/gtk4
cargo build --release # Internet required

# no test suite available

sudo install -vm755 ../../target/release/libgstgtk4.so /usr/lib/gstreamer-1.0

comment:3 by Xi Ruoyao, 6 months ago

And it needs xdg-desktop-portal-gnome at runtime (unless -D portal=false is used).

comment:4 by Xi Ruoyao, 6 months ago

I cannot test it because my camera is broken for some reason (even a simple gst-launch-1.0 v4l2src ! videoconvert ! gtksink does not work).

in reply to:  4 ; comment:5 by Xi Ruoyao, 6 months ago

Replying to Xi Ruoyao:

I cannot test it because my camera is broken for some reason (even a simple gst-launch-1.0 v4l2src ! videoconvert ! gtksink does not work).

I booted an old kernel and both snapshot & this command work. Bisecting the kernel...

in reply to:  5 comment:6 by Xi Ruoyao, 5 months ago

Replying to Xi Ruoyao:

Replying to Xi Ruoyao:

I cannot test it because my camera is broken for some reason (even a simple gst-launch-1.0 v4l2src ! videoconvert ! gtksink does not work).

I booted an old kernel and both snapshot & this command work. Bisecting the kernel...

The bug was introduced by b5c58b2fdc42 ("dma-mapping: direct calls for dma-iommu") and fixed by bb0e391975f8 ("dma-mapping: fix vmap and mmap of noncontiougs allocations").

comment:7 by Xi Ruoyao, 5 months ago

Summary: snapshot-47.0.1snapshot-47.1

Now 47.1.

comment:8 by Douglas R. Reno, 5 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:9 by Douglas R. Reno, 5 months ago

47.0

  • Improve recording pipeline
  • Improve video player performance
  • Offload DMABUFs in Viewfinder
  • Squash various bugs
  • Update dependencies
  • Update translations
  • Use glycin for viewing images

47.0.1

  • Fix a build issue where the tarballs would be generated with missing vendor packages

47.1

  • Only get devices from pipewire
  • Optimize caps selection for 16:9

comment:10 by Douglas R. Reno, 5 months ago

Added libgstgtk4 to the book at 29e432f134ac68b0c3dabaacc7f708f6ee597df9

Snapshot updated at 23d6b8f1eb011835742a9b4cf4d443fbfcb1f62f

comment:11 by Douglas R. Reno, 5 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.