Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 997
    • Issues 997
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 460
    • Merge requests 460
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • GStreamerGStreamer
  • gstreamergstreamer
  • Issues
  • #290
Closed
Open
Issue created May 02, 2018 by Bugzilla Migration User@bugzilla-migration

Missing features in case a feature moves to another filename

Submitted by Christoph Reiter (lazka)

Link to original bug (#795750)

Description

Created attachment 371609
gstelementfactory: Fix missing features in case a feature moves to another filename

In case a plugin filename was renamed with the plugin being in the registry cache
the features where not loaded after the rename:

  1. Cache of old/gone filename was loaded, features added
  2. New filename was loaded, features where not added because
    they were already found in the registry.
  3. In the end stale cache entries for files which are no longer there
    are removed, including the wanted features.
  4. The cache gets updated without the features.

Fix this by also checking at (2) that the found feature is from the loaded plugin
and not from some stale cache entry.

This affected directsoundsink where libgstdirectsoundsink.dll was renamed
to libgstdirectsound.dll, losing the directsoundsink element in the process.

Patch 371609, "gstelementfactory: Fix missing features in case a feature moves to another filename":
0001-gstelementfactory-Fix-missing-features-in-case-a-fea.patch

Version: 1.14.0

Assignee
Assign to
Time tracking