Package Details: lib32-gstreamer 1.28.3-1

Git Clone URL: https://aur.archlinux.org/lib32-gstreamer.git (read-only, click to copy)
Package Base: lib32-gstreamer
Description: Multimedia graph framework (32-bit) - core
Upstream URL: https://gstreamer.freedesktop.org/
Licenses: LGPL-2.1-or-later
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 28
Popularity: 17.27
First Submitted: 2026-04-05 17:52 (UTC)
Last Updated: 2026-05-15 17:14 (UTC)

Pinned Comments

patlefort commented on 2026-05-18 20:11 (UTC)

A copy of the GPG key is located in keys/pgp of this package.

gpg --import keys/pgp/D637032E45B8C6585B9456565D2EEE6F6F349D7C.asc

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

missingSleepDeps commented on 2026-05-12 21:14 (UTC)

Thanks, @Bink

alexiarc commented on 2026-05-12 20:16 (UTC)

Unit tests at the end of compiling are consuming all my 64 GB RAM and 100% of my CPU. Here's some of my dmesg log:

oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/user.slice/user-16486.slice/user@16486.service/app.slice/app-org.kde.konsole-2116626.scope/tab(2116689).scope,task=gst-validate-1.,pid=2196897,uid=16486 [333201.008487] Out of memory: Killed process 2196897 (gst-validate-1.) total-vm:5985204kB, anon-rss:1833216kB, file-rss:8kB, shmem-rss:0kB, UID:16486 pgtables:11764kB oom_score_adj:200 [333201.468354] Purging GPU memory, 0 pages freed, 0 pages still pinned, 32995 pages left available. [333201.597163] Purging GPU memory, 0 pages freed, 0 pages still pinned, 32995 pages left available. [333201.734802] Purging GPU memory, 0 pages freed, 0 pages still pinned, 32995 pages left available. [333201.766863] Purging GPU memory, 0 pages freed, 0 pages still pinned, 32995 pages left available. [333201.804962] Purging GPU memory, 0 pages freed, 0 pages still pinned, 32995 pages left available. [333201.814347] Purging GPU memory, 0 pages freed, 0 pages still pinned, 28899 pages left available.

Bink commented on 2026-05-11 23:16 (UTC)

For folk wrestling with the key import timing out, the key-server that ended up working for me was hkps://pgp.mit.edu:

gpg --keyserver hkps://pgp.mit.edu --recv-keys D637032E45B8C6585B9456565D2EEE6F6F349D7C

HolySkillet commented on 2026-05-11 16:27 (UTC)

To everybody using rustup, you can make it work simply by adding x86-32 as possible target: rustup target add i686-unknown-linux-gnu

patlefort commented on 2026-05-11 13:58 (UTC)

That does not make any sense. You shouldn't need to set PKG_CONFIG_PATH. I can build fine with or without clean container. I would strongly advise to track down why you need to do so or you will have future problems.

illuminator commented on 2026-05-11 10:59 (UTC)

@ggnoredo Thank you.
✔️ PKG_CONFIG_PATH=/usr/lib32/pkgconfig makes it work.

ggnoredo commented on 2026-05-11 10:42 (UTC)

@illuminator @M0N7Y5 i manage to update with:

sudo pacman -S lib32-libvpx
PKG_CONFIG_PATH=/usr/lib32/pkgconfig yay -S lib32-gstreamer
yay -S lib32-gst-plugins-base-libs
yay -Syu

illuminator commented on 2026-05-11 10:39 (UTC)

My lib32-libvpx is already 1.16.0-2.
Got the same error as @ggnoredo.

M0N7Y5 commented on 2026-05-11 10:34 (UTC)

I have the same error as @ggnoredo. The rust dependency does not work.

patlefort commented on 2026-05-11 09:12 (UTC)

pacman -Si lib32-libvpx: The version should be 1.16.0-2. Make sure it's actually using it and not some other locally installed libraries. Or build in clean container: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot