GNOME Bugzilla – Bug 709077
7.3.157.9: Wrong error code when seeking beyond end
Last modified: 2013-09-30 09:54:00 UTC
We use 710, should be 711.
Created attachment 256061 [details] [review] renderer: Use proper error-code on wrong seek We were using 710 (Illegal seek mode) instead of the correct 711 (Illegal seek target) This fixes 7.3.157.9
Created attachment 256062 [details] [review] renderer-gst: Check seek target The seek call on playbin doesn't fail when seeking beyond the end of the file and just switches to EOS.
Attachment 256061 [details] pushed as 2889032 - renderer: Use proper error-code on wrong seek Attachment 256062 [details] pushed as a790174 - renderer-gst: Check seek target