After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782862 - Alsasink not playing BE PCM in LE Machine & vice versa
Alsasink not playing BE PCM in LE Machine & vice versa
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-20 11:32 UTC by vijay
Modified: 2018-11-03 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix non native endianess format missing (1.10 KB, patch)
2017-05-20 11:35 UTC, vijay
reviewed Details | Review

Description vijay 2017-05-20 11:32:03 UTC
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
Comment 1 vijay 2017-05-20 11:35:06 UTC
Created attachment 352221 [details] [review]
Patch to  fix non native endianess format missing

Patch uploaded
Comment 2 Tim-Philipp Müller 2017-05-20 11:56:37 UTC
Comment on attachment 352221 [details] [review]
Patch to  fix non native endianess format missing

I think if we do this we should sort the foreign endianness formats after the native ones (keep in mind that alsasink doesn't know whether we're talking to the driver directly or some intermediary softdevice/layers).
Comment 3 GStreamer system administrator 2018-11-03 11:57:00 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/356.