[Bug 732386] ffdec_flac flac playback error: Internal GStreamer error: negotiation problem.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jun 29 07:27:44 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732386
  GStreamer | gst-plugins-good | 1.x

David Timms <timmsy> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from David Timms <timmsy at iinet.net.au> 2014-06-29 14:27:41 UTC ---
Trying both: playbin and uridecodebin play the file OK.

=====
Adding flacparse to
$ gst-launch-0.10 -v filesrc location=/home/a/b.flac ! flacparse ! ffdec_flac !
pulsesink
allows it to play OK. (a few pages of garbage/header is shown as
streamheader=(buffer)< 7f464....)

=====
I notice with gst-inspect that ffdec_flac (0.1) became avdec_flac (1.0+).
$ gst-launch-1.0 -v filesrc location= /home/a/b.flac ! flacparse ! avdec_flac !
pulsesink
which also shows pages of garbage/header, but does play the file OK, as long as
flacparse is included. (Not sure how one would come to know that the extra
flacparse might be needed).

So, seems all OK. I don't remember which gst-based app I thought I saw issues
trying to playback flac ;-) Closing (I'm assuming gst-launch is supposed to
show that garbage ...)

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