[Bug 652924] New: [tta] playing white noise instead of file contents

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jun 18 23:43:41 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=652924
  GStreamer | gst-plugins-bad | 0.10.x

           Summary: [tta] playing white noise instead of file contents
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nikoamia at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=190188)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=190188)
gst-feedback-0.10 output

Overview:
GStreamer-based apps play white-noise instead of TTA1 file contents.

Steps to reproduce:
1. Open any TTA1 file with GStreamer-based app

Actual resuts:
White noise

Expected results:
File actual contents

Build date and platform:
GStreamer 0.10.34 on Arch Linux (x86_64) (also encountered on earlier versions)

Additional information:
decodebin or ttaparse ! ttadec pipelines are giving white noise on output,
command line:
GST_DEBUG=4 gst-launch-0.10 filesrc location="test.tta" ! ttaparse ! ttadec !
audioconvert ! audioresample ! pulsesink 2> ttadec_output.log
But, ffdemux_tta ! ffdec_tta is working fine, command line:
GST_DEBUG=4 gst-launch-0.10 filesrc location="test.tta" ! ffdemux_tta !
ffdec_tta ! audioconvert ! audioresample ! pulsesink 2> ffmpeg_output.log
SMPlayer playing is also works fine, AFAIK it uses FFMpeg.

-- 
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