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 694156 - long flac file: no sound between 24:04 and 24:58
long flac file: no sound between 24:04 and 24:58
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.0.5
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-19 11:07 UTC by animtim
Modified: 2014-05-26 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description animtim 2013-02-19 11:07:59 UTC
What steps will reproduce the problem?
1.Open any FLAC file (44100hz, 16bit) with duration above 25 minutes.
2.seek to 24min
3.see between 24:05 and 24:58 there's no sound.

What is the expected output? What do you see instead?
explained above.

What version of the product are you using? On what operating system?
1.1.1 - Manjaro (Arch) x86_64

Please provide any additional information below.
Tested several different files at 44100hz 16bit, always reproducible.
Doesn't happen with files at 48000hz 24bit
Also I already noticed it on my previous install on Ubuntu 12.04.
Tested wav file: no problem.

(Reported at first on clementine bugtracker, then forwarded here as I could reproduce in Rhythmbox : http://code.google.com/p/clementine-player/issues/detail?id=3508 )
Comment 1 animtim 2013-02-20 00:57:06 UTC
Actually, looks like it also happens on 48000hz files, but then it happens between 22min09 and 22min56.
Comment 2 animtim 2013-02-20 00:58:17 UTC
Actually, looks like it also happens on 48000hz files, but then it happens between 22min09 and 22min56.
Comment 3 Tim-Philipp Müller 2013-02-20 10:17:05 UTC
I created a long flac file like this:

  gst-launch-1.0 cdparanoiasrc mode=continuous paranoia-mode=full ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=0 ! progressreport ! audiorate ! flacenc ! queue ! filesink location=long.flac

and can't reproduce what you describe (using totem with GStreamer git master and pulsesink).

Perhaps you could make one of your files available?
Comment 4 animtim 2013-02-20 13:05:05 UTC
You can download a file showing the problem here:
https://soundcloud.com/satrip/mix-2-fin-du-monde-2012-v2
(clic the download button under the waveform line..)

I made more tests and discovered that only all files exported from Ardour show this problem. I have other files from XCFA converted CD that work right.

But those files exported from Ardour play without problem in other apps like aqualung or VLC, so..
Comment 5 Tim-Philipp Müller 2013-02-21 20:06:59 UTC
I've not been able to reproduce this so far (with totem).

Could you make a GST_DEBUG log with your player of choice, like this:

  $ GST_DEBUG=*:5 clementine foo.flac 2>dbg.log
  $ start up, seek, wait for silence, then control-C or shut down
  $ xz dbg.log

and attach it?
Comment 6 animtim 2013-02-21 22:13:34 UTC
I followed these exact steps, here is the log:
http://timotheegiet.com/sound/dbg.log.xz
Comment 7 animtim 2013-02-22 10:21:36 UTC
Also I just installed totem to test, I can't reproduce it in totem.
Still I can reproduce it in both clementine and rhythmbox.
Comment 8 Tim-Philipp Müller 2013-02-22 11:49:25 UTC
gst_base_audio_sink_get_alignment:<autoaudiosink-1-actual-sink-jackaudio> Unexpected discontinuity in audio timestamps of +0:00:53.498775510, resyncing
Comment 9 Alexander Kandaurov 2013-12-12 19:04:30 UTC
I ran across this bug with gstreamer-0.10.36 and gst-plugins-good-0.10.31. The silence comes between 1:18:39 and 1:21:33 of a FLAC file (48000 Hz, 16/24 bit).
Comment 10 Sebastian Dröge (slomo) 2014-05-26 12:46:07 UTC
(In reply to comment #8)
> gst_base_audio_sink_get_alignment:<autoaudiosink-1-actual-sink-jackaudio>
> Unexpected discontinuity in audio timestamps of +0:00:53.498775510, resyncing

This could be a bug in the crossfading support in rhythmbox. Can someone still reproduce this with 1.2.x and crossfading disabled in rhythmbox?
Comment 11 animtim 2014-05-26 13:05:33 UTC
Indeed I can't reproduce this bug anymore (in clementine at least).
Using gstreamer 1.2.4 .
Bug can probably be closed.