[Bug 729315] oggmux: Transcoding short vorbis file fails

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 6 10:04:58 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729315
  GStreamer | gst-plugins-base | git

--- Comment #10 from Luis de Bethencourt <luis at debethencourt.com> 2014-05-06 17:04:52 UTC ---
The problem was that gst_ogg_mux_queue_pads() was returning NULL, which means
EOS as commented in that function. But the check for best == NULL would just
return a GST_FLOW_ERROR and not send the EOS event up.

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


More information about the gstreamer-bugs mailing list