Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-base gst-plugins-base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 645
    • Issues 645
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-basegst-plugins-base
  • Issues
  • #481

Closed
Open
Created Aug 30, 2018 by Bugzilla Migration User@bugzilla-migration

alsasink: Changing the device property passed READY state is not supported

Submitted by Francesco Ceruti

Link to original bug (#797052)

Description

Trying to change the "device" property of an alsasink element, after the pipeline is set to "READY", has no actual effect on the used ALSA device.

I've briefly looked at the gstaudiosink.c source, and as far as I can tell,
in the "gst_alsasink_set_property" function, the property value (GstAlsaSink->device) is changed,
but the real ALSA device reference (GstAlsaSink->handle) is not.

Version: 1.x

Assignee
Assign to
Time tracking