GNOME Bugzilla – Bug 763975
decodebin: Modify result of seekable in check_upstream_seekable function
Last modified: 2016-03-24 12:28:55 UTC
Currently, In check_upstream_seekable function, we don't use the seekable variable for result. It just returns FALSE value even though we already declare about the seekable variable. Also, Tim inform to me about the avoiding returns in the middle of such functions. So I suggest this patch for it.
Created attachment 324414 [details] [review] decodebin: Modify result of seekable in check_upstream_seekable function
Attachment 324414 [details] pushed as 090d0d1 - decodebin: Modify result of seekable in check_upstream_seekable function