GNOME Bugzilla – Bug 690908
adapter: wrong return value on gst_adapter_masked_scan_*
Last modified: 2013-01-02 12:15:01 UTC
these functions return -1 if the match is not found so they need to return a signed type.
Created attachment 232413 [details] [review] 001-adapter-return-gssize-from-gst_adapter_masked_scan_-.patch
Comment on attachment 232413 [details] [review] 001-adapter-return-gssize-from-gst_adapter_masked_scan_-.patch True, please push. Type change should be ok in this case.
commit 67fab5eaa528edd705731c72c4695f9800ceda07 Author: Thijs Vermeir <thijsvermeir@gmail.com> Date: Sun Dec 30 23:35:48 2012 +0100 adapter: return gssize from gst_adapter_masked_scan_* functions As the return value of this function is -1 when the match is not found