[Bug 667430] gnonlin cant process flac files. Gives error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 10 04:16:38 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=667430
  GStreamer | gnonlin | 0.10.17

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #1 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-01-10 12:16:35 UTC ---
Here's what I worked out so far from reading and comparing logs:

A seek request goes through flacdec/flacparse down to the source, which fails
to seek (this also happens for a normal playbin2 pipeline using, eg, Totem, and
seeking works here). The baseparse class then tries to seek after the source
fails to. This causes a flush-start event to be sent. When using the command
line above, a pad in an internal uridecodebin is blocking, and this causes the
pipeline to error out. In Totem, no such blocking pad is hit, and baseparse
correctly continues seeking.

See attached portion of logs showing what happens before the error, described
above.

I'm now stumped, so I guess we'll need someone who knows gnonlin to check
whether that pad is supposed to be blocked at that time.

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


More information about the gstreamer-bugs mailing list