[Bug 682959] New: FLAC decoding & conversion issue: gst-launch. vs. API

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 29 09:18:05 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=682959
  GStreamer | don't know | 0.10.36

           Summary: FLAC decoding & conversion issue: gst-launch. vs. API
    Classification: Platform
           Product: GStreamer
           Version: 0.10.36
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bastian at rvzt.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Hi,

I am experiencing issues with decoding a FLAC file using software based on the
gstreamer API. When played back in software such as Exaile or Totem, the
playback stops at 1 minute and 36 seconds. However, when decoding the FLAC file
using gst-launch I experience no issues. I use the following command to decode
the FLAC file:

"gst-launch-0.10 filesrc location=/tmp/test.flac ! flacdec ! audioconvert !
pulsesink"

Furthermore, when I attempt to convert the FLAC file to OGG using Sound
Converter, the OGG file is truncated to 1 minute and 36 seconds. However, when
converting the OGG file using gst-launch, the result is just fine. I use the
following command to convert the FLAC file to OGG:

"gst-launch-0.10 filesrc location=/tmp/test.flac ! flacdec ! audioconvert !
vorbisenc ! oggmux ! filesink location=/tmp/test.ogg"


The FLAC file origins from a WAV file I have ripped from a CD. I have attached
the WAV file and the FLAC file to this bug report. The WAV file was converted
to FLAC using gst-launch. I have also tried converting the WAV file to FLAC
using Sound Converter but the resulting FLAC file suffers from the same.

My system:
gstreamer0.10 0.10.36-1
libogg 1.3.0-1
flac 1.2.1
Arch Linux 64-bit

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list