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 1,008
    • Issues 1,008
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 464
    • Merge requests 464
  • 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
  • Merge requests
  • !3832

Draft: plugin: add API for plugins to provide status info messages

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Tim-Philipp Müller requested to merge tpm/gstreamer:plugin-status into main Jan 28, 2023
  • Overview 17
  • Commits 4
  • Pipelines 5
  • Changes 8

This can be used to store informational messages, errors or warnings which can later be shown to the user in gst-inspect-1.0, which can be useful for plugins that expose elements dynamically based on external libraries or hardware capabilities.

Status messages can then provide an indication as to why a plugin doesn't have any elements listed, for example, or that the underlying library is a build with missing features.

FIXME

  • squash
  • remove coreelements use of API
  • use API in more plugins (maybe others want to do that @seungha.yang @vjaquez to see how/if it works for them)

Screenshot

image

(Exact layout/placing of this can be bikeshedded later)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: plugin-status