[Bug 683622] [flvdemux] Internal flow error when demuxing speex

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Sep 8 06:27:48 PDT 2012


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

--- Comment #1 from Dmitry Samonenko <shreddingwork at gmail.com> 2012-09-08 13:27:42 UTC ---
I've made some research on the speexdec element - it looks like speex data
decoding is very closely coupled with speex ogg-format header and cannot be
performed without it.
Speex RTP depayloading rtpspeexdepay has this problem (missing header) resolved
by generating such header "manually" (check gst_rtp_speex_depay_setcaps in
gst/rtp/gstrtpspeexdepay.c). 
I've made a patch with the same idea in mind for 0.10.31 version. If it looks
like a suitable solution I can attach it here.

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