Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 750
    • Issues 750
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 383
    • Merge requests 383
  • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gstreamergstreamer
  • Merge requests
  • !679

devicemonitor: Stop only the already started providers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Philippe Normand requested to merge philn/gstreamer:device-provider-no-stop-critical into master Oct 21, 2020
  • Overview 3
  • Commits 1
  • Pipelines 4
  • Changes 4

If a device provider fails to start (for instance the pulseaudio provider unable to connect to the PulseAudio daemon) then the monitor should not keep track of it in its started providers list. Otherwise a false positive critical warning would be raised.

This patch also switches the started_count type from bool to int, for consistency. This is a counter, after all.

API: gst_device_provider_is_started

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: device-provider-no-stop-critical