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 780022 - qtdemux: add support for S16L PCM audio
qtdemux: add support for S16L PCM audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.11.x
Other All
: Normal enhancement
: 1.11.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-14 09:32 UTC by emeric.grange
Modified: 2017-03-14 12:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
support for S16L PCM audio in qtdemux (1013 bytes, patch)
2017-03-14 09:32 UTC, emeric.grange
committed Details | Review

Description emeric.grange 2017-03-14 09:32:46 UTC
Created attachment 347902 [details] [review]
support for S16L PCM audio in qtdemux

The attached patch is adding support for 'S16L' PCM audio in qtdemux. This audio fourcc was found in videos transcoded with VLC. It just needed to be mapped on the 'S16LE' format from GStreamer.
Comment 1 Sebastian Dröge (slomo) 2017-03-14 12:56:10 UTC
commit 7bdcd57980ac12b8efc0fc7173599996d59f0ab3
Author: Emeric Grange <egrange@gopro.com>
Date:   Tue Mar 14 10:09:46 2017 +0100

    qtdemux: add S16L support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780022