asset: move set_proxy (NULL, proxy) behaviour to new method
authorHenry Wilkes <hwilkes@igalia.com>
Wed, 4 Mar 2020 11:31:32 +0000 (11:31 +0000)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 5 Mar 2020 20:04:51 +0000 (17:04 -0300)
commitc12b84788d197c714ec32653e2b751079e377c46
tree402c1ecf033d81e7ffe53c3dc9f0dda2c0659212
parent46f2b5a9bc3c11c7013687e45830de7894741cb4
asset: move set_proxy (NULL, proxy) behaviour to new method

We should not be accepting ges_asset_set_proxy (NULL, proxy) as part of
the API! This behaviour was used internally in combination with
ges_asset_try_proxy, which is called on a still loading asset, so it was
moved to ges_asset_finish_proxy.
ges/ges-asset.c
ges/ges-base-xml-formatter.c
ges/ges-internal.h
ges/ges-project.c
tests/check/ges/asset.c