Skip to content
GitLab
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 641
    • Issues 641
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 80
    • Merge requests 80
  • 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
  • GStreamerGStreamer
  • gst-plugins-basegst-plugins-base
  • Issues
  • #225
Closed
Open
Issue created Sep 18, 2015 by Bugzilla Migration User@bugzilla-migration

audiointerleave: Won't negotiate with alsasink

Submitted by Nicolas Dufresne @ndufresne

Link to original bug (#755228)

Description

Audio interleave in the case the channel-positions property is unset, will produce in caps channel-mask=0. This won't negotiate with alsasink (but works with pulsesink).

gst-launch-1.0 -v \
audiotestsrc ! i.sink_0 \
audiotestsrc ! i.sink_1 \
audiointerleave channel-positions-from-input=1 name=i ! alsasink

While with pulse it works:

gst-launch-1.0 -v \
audiotestsrc ! i.sink_0 \
audiotestsrc ! i.sink_1 \
audiointerleave channel-positions-from-input=1 name=i ! pulsesink

Assignee
Assign to
Time tracking