[Bug 698097] New: [regression] FLAC audio in an aspx stream does not play

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 15 17:16:26 PDT 2013


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

           Summary: [regression] FLAC audio in an aspx stream does not
                    play
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nekohayo at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=241612)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=241612)
sample file

Simply grab the attached sample file and try to use it with the following:

$ gst-launch-1.0 filesrc location=tone24bit.aspx ! flacdec ! pulsesink

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data
flow error.
Additional debug info:
gstbasesrc.c(2814): gst_base_src_loop ():
/GstPipeline:pipeline0/GstFileSrc:filesrc0:
streaming task paused, reason error (-5)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...



And yet, if you try the exact same command with the last gst 0.10, it works
fine and you get an audible tone:

$ gst-launch-0.10 filesrc location=tone24bit.aspx ! flacdec ! pulsesink

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstPulseSinkClock

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