GNOME Bugzilla – Bug 776360
msdk: seeking doesn't work
Last modified: 2017-01-20 19:17:42 UTC
GstFlowReturns get squashed into GST_FLOW_ERROR in a few places which fails any seeks.
Created attachment 342357 [details] [review] [PATCH gst-plugins-bad] msdk: Propagate GstFlowReturn values
Review of attachment 342357 [details] [review]: lgtm
Review of attachment 342357 [details] [review]: Pushed, thanks for the patch. commit 732a157cb77a3a8763f95cf045634b64186ba17b Author: Scott D Phillips <scott.d.phillips@intel.com> Date: Fri Jan 20 11:11:50 2017 -0800 msdk: Propagate GstFlowReturn values In some places a GST_FLOW_FLUSHING result was return as a FALSE gboolean and then returned from a parent function as GST_FLOW_ERROR. This prevented seeking from working. https://bugzilla.gnome.org/show_bug.cgi?id=776360