Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O OS-issues
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 174
    • Issues 174
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Librem5
  • OS-issues
  • Issues
  • #79
Closed
Open
Issue created Dec 09, 2019 by Guido Gunther@guido.gunther💤Owner

gstreamer1.0-libav breaks video playback

gstreamer1.0-libav is supposed to make video playback faster and supporting more formats by using libav but that's broken on aarch64:

e.g. when playing videos in epiphany:

(WebKitWebProcess:1957): GStreamer-WARNING **: 10:37:41.690: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstlibav.so': /lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block

this can be worked around by:

LD_PRELOAD=/lib/aarch64-linux-gnu/libgomp.so.1 epiphany

which gives okish video speed.

Assignee
Assign to
Time tracking