Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gnome-desktop
gnome-desktop
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Jobs
  • Commits
  • GNOME
  • gnome-desktopgnome-desktop
  • Merge Requests
  • !93

Merged
Opened Oct 13, 2020 by Bastien Nocera@hadessDeveloper

thumbnailer: Cache GStreamer's plugin registry

  • Overview 11
  • Commits 1
  • Pipelines 2
  • Changes 1

This will speed up thumbnailers that need it.

This is done by sharing a directory that contains a GStreamer registry cache, distinct from the one that might have been generated by the Flatpak'ed application itself, and the directory is emptied on exit.

Another option might be to give it an empty directory (such as the one where we generate the thumbnail), and move the registry to a particular location after each run, and copy it back in the temp directory on each run.

CC: @smcv @alexl

Edited Oct 14, 2020 by Bastien Nocera
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: GNOME/gnome-desktop!93
Source branch: wip/hadess/cache-gst-plugin-registry