mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
asset: fix ges_asset_set_proxy() return value documentation
https://bugzilla.gnome.org/show_bug.cgi?id=766459
This commit is contained in:
parent
79e2bbac5d
commit
dc95299080
1 changed files with 1 additions and 2 deletions
|
@ -669,8 +669,7 @@ _lookup_proxied_asset (const gchar * id, GESAssetCacheEntry * entry,
|
|||
* of the same file) as proxy. Note that when an asset is proxied, calling
|
||||
* #ges_asset_request will actually return the proxy asset.
|
||||
*
|
||||
* Returns: The list of proxies @asset has. Note that the default asset to be
|
||||
* used is always the first in that list.
|
||||
* Returns: %TRUE if @proxy has been set on @asset, %FALSE otherwise.
|
||||
*/
|
||||
gboolean
|
||||
ges_asset_set_proxy (GESAsset * asset, GESAsset * proxy)
|
||||
|
|
Loading…
Reference in a new issue