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 783197 - video stop playing on seeking fast using seekbar in m.youtube.com videos
video stop playing on seeking fast using seekbar in m.youtube.com videos
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.x
Other other
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-29 13:01 UTC by Amardeep
Modified: 2017-05-29 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Log output while seeking youtube video (2.76 MB, text/plain)
2017-05-29 13:01 UTC, Amardeep
Details

Description Amardeep 2017-05-29 13:01:48 UTC
Created attachment 352768 [details]
Log output while seeking youtube video

Hello,

We are using gstreamer v0.10.30 in our Android gingerbread based infotainment product. When user play and m.youtube.com videos and seek in forward and backward direction abnormally and fast. Sometimes player stopped playing. In the gstreamer logs we found out that 

05-23 02:16:17.310   596  1229 E GST     : [1229], gstpad.c:4193:gst_pad_chain_data_unchecked:  called chainfunction &gst_proxy_pad_do_chain, returned ok
05-23 02:16:17.310   596  1229 E GST     : [1229], gstpad.c:4193:gst_pad_chain_data_unchecked:  called chainfunction &gst_selector_pad_chain, returned ok
05-23 02:16:17.310   596  1229 E GST     : [1229], gstpad.c:4193:gst_pad_chain_data_unchecked:  called chainfunction &gst_proxy_pad_do_chain, returned ok
05-23 02:16:17.310   596  1229 E GST     : [1229], gstpad.c:4193:gst_pad_chain_data_unchecked:  called chainfunction &gst_proxy_pad_do_chain, returned ok
05-23 02:16:17.310   596  1217 E GST     : [1217], gstpad.c:4193:gst_pad_chain_data_unchecked:  called chainfunction &0x85905928, returned ok
05-23 02:16:17.310   596  1213 E GST     : [1213], gstpad.c:4193:gst_pad_chain_data_unchecked:  called chainfunction &gst_queue2_chain, returned ok
05-23 02:16:17.310   596  1213 E GST     : [1213], gstpad.c:4193:gst_pad_chain_data_unchecked:  called chainfunction &gst_type_find_element_chain, returned ok
05-23 02:16:17.310   596  1216 E GST     : [1216], gstpad.c:4193:gst_pad_chain_data_unchecked:  called chainfunction &gst_qos_queue_chain, returned error
05-23 02:16:17.310   596  1216 E GST     : [1216], GSTPlayerImpFactory.cpp:537:handleError:  GST_MESSAGE_ERROR
05-23 02:16:17.310   596  1216 E GST     : [1216], GSTPlayerImpFactory.cpp:544:handleError:  qtdemux0 report a error
05-23 02:16:17.310   596  1216 E GST     : [1216], GSTPlayerImpFactory.cpp:546:handleError:  GStreamer encountered a general stream error.

Here gst_qos_queue_chain returns GST_FLOW_ERROR (-5) and hence playback is stopped.

This is in internittent issue, it does not happen everytime. Sometime it takes 10 mins to recreate and sometime it takes 20 mins to recreate.

it is seen that this issue is recreateble almost everytime in 5-10 mins of effort in the below video.

https://www.youtube.com/watch?v=9C1-8noTav8

Please suggest. Attaching the detailed logs.

Thanks,
Amardeep
Comment 1 Tim-Philipp Müller 2017-05-29 13:24:01 UTC
Thanks for the bug report, but 0.10 is no longer supported.