mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
Mark ges_timeline_load_from_uri as deprecated
This commit is contained in:
parent
9c14cb33ea
commit
ce94db774d
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ typedef gboolean (*GESFormatterCanLoadURIMethod) (GESFormatter *dummy_instance,
|
||||||
*
|
*
|
||||||
* Returns: TRUE if the @timeline was properly loaded from the given @uri,
|
* Returns: TRUE if the @timeline was properly loaded from the given @uri,
|
||||||
* else FALSE.
|
* else FALSE.
|
||||||
|
*
|
||||||
|
* Deprecated: 1.16: Use @ges_timeline_load_from_uri
|
||||||
**/
|
**/
|
||||||
typedef gboolean (*GESFormatterLoadFromURIMethod) (GESFormatter *formatter,
|
typedef gboolean (*GESFormatterLoadFromURIMethod) (GESFormatter *formatter,
|
||||||
GESTimeline *timeline,
|
GESTimeline *timeline,
|
||||||
|
|
Loading…
Reference in a new issue