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 692750 - qtdemux: uncompressed audio output with one buffer per sample frame, ~48000 buffers per second
qtdemux: uncompressed audio output with one buffer per sample frame, ~48000 b...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 704682 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-01-29 00:07 UTC by Tim-Philipp Müller
Modified: 2018-05-04 11:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2013-01-29 00:07:19 UTC
+++ This bug was initially created as a clone of Bug #663458 +++

An Olympus LS-20M Linear PCM camera recorder created this mov file that has a lpcm FOURCC in there and it isn't supported by gstreamer.

Afraid to attach a video clip here as the HD video is large, so I will host a short clip here for a while:
http://lightcloud.verns.net/foo.mov

===========================

In git master we can now extract the PCM audio, but we need to find a way to output multiple audio frames per buffer, the audiosink just can't deal with 48000 buffers per second.
Comment 1 Tim-Philipp Müller 2013-07-22 23:26:01 UTC
*** Bug 704682 has been marked as a duplicate of this bug. ***
Comment 2 David Schleef 2013-07-24 19:15:14 UTC
This exposes some architectural deficiencies in qtdemux that I'd like to see fixed.  In particular, I have written a completely new ISO media file parser that is in GSS that would be a useful base.

This bug is on my to-do list (but low priority) at Rdio.
Comment 3 Edward Hervey 2018-05-04 11:06:17 UTC
This should be fixed. If someone has a sample, re-check against current master and if it still is an issue re-open the bug.