GNOME Bugzilla – Bug 619864
playbin: should signal "about-to-finish" on segment-done as well
Last modified: 2018-05-04 10:01:10 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.
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.
Can someone provide a simple test case for this?
What Vincent said in comment 1. Closing. If current playbin3 doesn't handle your use-cases, please re-open.