[Bug 729317] ges-launch: error when transcoding ogg vorbis to matroska flac audio

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 10 08:35:24 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729317
  GStreamer | gst-editing-services | 1.2.0

--- Comment #3 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2014-06-10 15:35:20 UTC ---
flacenc gets data till it receives a NULL buffer to drain it. It never gets an
EOS/stop after that, but more data, and it's not prepared for that, and
continues outputting data where it was before, and the base class isn't
prepared for that.

A NULL buffer is meant for draining, but flacenc only supports that at EOS. Is
it a valid behavior from the base class to drain without restarting ? If so,
then flacenc will need to tear down the libFLAC encoder and restart it as it
doesn't seem to include a reset function.

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