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
  • #356
Closed
Open
Issue created May 20, 2017 by Bugzilla Migration User@bugzilla-migration

Alsasink not playing BE PCM in LE Machine & vice versa

Submitted by vijay

Link to original bug (#782862)

Description

Incase of LE machine alsasink is not listing the BE format even if Alsa deivce has the capability to play BE PCM.

Root casuse:
Check added in ext/alsa/gstalsa.c function "format_supported"

if (GST_AUDIO_FORMAT_INFO_ENDIANNESS (finfo) != endianness
&& GST_AUDIO_FORMAT_INFO_ENDIANNESS (finfo) != 0)

Steps to verify:
Play any BE PCM/WAV file in LE machine

Working on Fix.

Thank you

Assignee
Assign to
Time tracking