all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#33831: Gstreamer registry contains store references
@ 2018-12-21  6:47 Ricardo Wurmus
  0 siblings, 0 replies; only message in thread
From: Ricardo Wurmus @ 2018-12-21  6:47 UTC (permalink / raw)
  To: 33831

The Gstreamer framework generates a binary registry of discovered
plugins in ~/.cache/gstreamer-1.0/registry.ARCH.bin (where ARCH is the
CPU architecture).

This cache contains references to store items.  Since the registry is
not under the control of Guix it may go stale, causing Gstreamer to use
old (and potentially vulnerable) plugins.  A user may delete the
registry as it will be recreated automatically.

We should aim to build the registry in a profile hook.  According to the
gst-launch man page, the GST_REGISTRY environment variable can be used
to override the defautl location of the registry file.  When the
GST_REGISTRY_UPDATE variable is set to “no”, Gstreamer won’t attempt to
update the registry.

--
Ricardo


PS: IBus has the same problem.  See bug 22707.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-21 18:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21  6:47 bug#33831: Gstreamer registry contains store references Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.