GNOME Bugzilla – Bug 677520
[0.11] Can't seek after EOS
Last modified: 2012-06-06 07:17:32 UTC
Because of this commit http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=8cc12b05fc6fca30357830f84019ac2bde04e68c + if (G_UNLIKELY (GST_PAD_IS_EOS (pad))) + goto eos; Is it really necessary to have this so strict? I think should be able too seek after EOS, or even send a new Segment event.
commit d907544ab12ebbed5bc9c51fa0858e39e4cddebb Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Wed Jun 6 09:13:11 2012 +0200 pad: only serialized events can't pass after EOS Only serialized events can't be sent on pads that are EOS. Otherwise a seek event would be refused as well. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677520