asset: deprecate ->proxied method

This method was no longer called, so it has been deprecated.
This commit is contained in:
Henry Wilkes 2020-03-04 10:34:45 +00:00 committed by Thibault Saunier
parent 0bc4c0820f
commit 46f2b5a9bc
2 changed files with 1 additions and 1 deletions

View file

@ -523,7 +523,6 @@ ges_asset_class_init (GESAssetClass * klass)
klass->extract = ges_asset_extract_default;
klass->request_id_update = ges_asset_request_id_update_default;
klass->inform_proxy = NULL;
/* FIXME: ->proxied vmethod unset */
GST_DEBUG_CATEGORY_INIT (ges_asset_debug, "ges-asset",
GST_DEBUG_FG_BLUE | GST_DEBUG_BOLD, "GES Asset");

View file

@ -91,6 +91,7 @@ struct _GESAsset
* failed to load. @error is the error given by
* ges_asset_request_finish (). Returns: %TRUE if a new id for @self was
* passed to @proposed_new_id.
* @proxied: Deprecated: 1.18: This vmethod is no longer called.
*/
/* FIXME: add documentation for inform_proxy when it is used properly */
struct _GESAssetClass