[Bug 732386] New: ffdec_flac flac playback error: Internal GStreamer error: negotiation problem.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jun 28 21:03:52 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=732386
GStreamer | gstreamer (core) | 0.10.0
Summary: ffdec_flac flac playback error: Internal GStreamer
error: negotiation problem.
Classification: Platform
Product: GStreamer
Version: 0.10.0
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: timmsy at iinet.net.au
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
$ gst-launch-0.10 -v filesrc location=/home/a/b.flac ! ffdec_flac ! pulsesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/ffdec_flac:ffdec_flac0: Internal
GStreamer error: negotiation problem. Please file a bug at
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstffmpegdec.c(2822): gst_ffmpegdec_chain ():
/GstPipeline:pipeline0/ffdec_flac:ffdec_flac0:
ffdec_flac: input format was not set before data start
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
----
Using flac_dec works OK:
$ gst-launch-0.10 -v filesrc location=/home/a/b.flac ! flacdec ! pulsesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstFlacDec:flacdec0.GstPad:src: caps = audio/x-raw-int,
endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16,
rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstPulseSink:pulsesink0.GstPad:sink: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstPulseSinkClock
/GstPipeline:pipeline0/GstPulseSink:pulsesink0: volume = 0.215974
/GstPipeline:pipeline0/GstPulseSink:pulsesink0: mute = FALSE
/GstPipeline:pipeline0/GstPulseSink:pulsesink0: volume = 0.215974
/GstPipeline:pipeline0/GstPulseSink:pulsesink0: mute = FALSE
^CCaught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 4004723573 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
/GstPipeline:pipeline0/GstPulseSink:pulsesink0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstFlacDec:flacdec0.GstPad:src: caps = NULL
Setting pipeline to NULL ...
Freeing pipeline ...
-----
--
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