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 619864 - playbin: should signal "about-to-finish" on segment-done as well
playbin: should signal "about-to-finish" on segment-done as well
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
playback
Depends on:
Blocks:
 
 
Reported: 2010-05-27 19:27 UTC by David Hoyt
Modified: 2018-05-04 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Hoyt 2010-05-27 19:27:51 UTC
playbin2 doesn't emit the about-to-finish signal after a typical segment seek is done and then letting the video play to the end.
Comment 1 Vincent Penquerc'h 2012-06-08 16:52:11 UTC
As far as I know, segment seeks are supposed to emit a GST_MESSAGE_SEGMENT_DONE message, as opposed to normal (non segment) seeks. Maybe also sending about-to-finish might be easier to use though, when mixing seek types.

The video should not play to the end though. It's not clear whether you're saying it does, or does not, due to the negative in the first part of the sentence.
Comment 2 Sebastian Dröge (slomo) 2013-08-16 11:52:17 UTC
Can someone provide a simple test case for this?
Comment 3 Edward Hervey 2018-05-04 10:01:10 UTC
What Vincent said in comment 1.

Closing. If current playbin3 doesn't handle your use-cases, please re-open.