mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
asset: deprecate ->proxied method
This method was no longer called, so it has been deprecated.
This commit is contained in:
parent
0bc4c0820f
commit
46f2b5a9bc
2 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,6 @@ ges_asset_class_init (GESAssetClass * klass)
|
||||||
klass->extract = ges_asset_extract_default;
|
klass->extract = ges_asset_extract_default;
|
||||||
klass->request_id_update = ges_asset_request_id_update_default;
|
klass->request_id_update = ges_asset_request_id_update_default;
|
||||||
klass->inform_proxy = NULL;
|
klass->inform_proxy = NULL;
|
||||||
/* FIXME: ->proxied vmethod unset */
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (ges_asset_debug, "ges-asset",
|
GST_DEBUG_CATEGORY_INIT (ges_asset_debug, "ges-asset",
|
||||||
GST_DEBUG_FG_BLUE | GST_DEBUG_BOLD, "GES Asset");
|
GST_DEBUG_FG_BLUE | GST_DEBUG_BOLD, "GES Asset");
|
||||||
|
|
|
@ -91,6 +91,7 @@ struct _GESAsset
|
||||||
* failed to load. @error is the error given by
|
* failed to load. @error is the error given by
|
||||||
* ges_asset_request_finish (). Returns: %TRUE if a new id for @self was
|
* ges_asset_request_finish (). Returns: %TRUE if a new id for @self was
|
||||||
* passed to @proposed_new_id.
|
* 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 */
|
/* FIXME: add documentation for inform_proxy when it is used properly */
|
||||||
struct _GESAssetClass
|
struct _GESAssetClass
|
||||||
|
|
Loading…
Reference in a new issue