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 771883 - gstplayer gst_player_seek() strange behaviour on Android
gstplayer gst_player_seek() strange behaviour on Android
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: dont know
1.9.2
Other other
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-23 15:25 UTC by Predrag Manojlovic
Modified: 2016-09-23 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Predrag Manojlovic 2016-09-23 15:25:36 UTC
Calling gst_player_seek() will in most cases position video to a beginning of the video or to the end.

Example video recorded on device having such issue:
https://drive.google.com/open?id=0B-3RwLRGwsOiWU5idlVJMmMtWlE
Problem noticed on every video I've tried (h264 AAC).

Sometimes, like in 33% of cases, seeking will work but mostly jump to start or end of video.
Comment 1 Predrag Manojlovic 2016-09-23 16:02:46 UTC
Apologies for false bug report.

When attempting to debug gstreamer and fix it I've found that bug is on my side and it is bad cast to long.