GNOME Bugzilla – Bug 783197
video stop playing on seeking fast using seekbar in m.youtube.com videos
Last modified: 2017-05-29 13:24:01 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
Thanks for the bug report, but 0.10 is no longer supported.