After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 337033 - [speex] can't seek in speex-encoded audio
[speex] can't seek in speex-encoded audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.2
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-03 13:55 UTC by Sebastien Bacher
Modified: 2006-04-05 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-04-03 13:55:58 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
Comment 1 Tim-Philipp Müller 2006-04-05 18:28:22 UTC
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.