GNOME Bugzilla – Bug 337033
[speex] can't seek in speex-encoded audio
Last modified: 2006-04-05 18:28:22 UTC
That bug has been opened on https://launchpad.net/malone/bugs/37552 "There's a speex file (.spx) in the example-content package. If you play it with totem doesn't know how to seek in this file and disables the seek slider. Using Dapper. ... I confirmed this bug in Totem in Ubuntu Dapper Flight 6. I also opened the .spx file in Rhythmbox and it too cannot seek .spx files and disables the seek slider." That happens on http://gstreamer.freedesktop.org/media/small/speex.ogg too by example
2006-04-05 Tim-Philipp Müller <tim at centricular dot net> * ext/speex/gstspeex.c: (plugin_init): * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init), (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert), (speex_get_sink_query_types), (speex_dec_sink_query), (speex_get_src_query_types), (speex_dec_src_query), (speex_dec_src_event), (speex_dec_sink_event), (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments), (speex_dec_chain_parse_data), (speex_dec_chain), (gst_speex_dec_get_property), (gst_speex_dec_set_property), (speex_dec_change_state): * ext/speex/gstspeexdec.h: Fix seeking and duration queries (#337033); clean up and refactor a bit.