mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
Mark ges_formatter_save_to_uri as deprecated
This commit is contained in:
parent
12d8448cf8
commit
d352ce911a
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ typedef gboolean (*GESFormatterLoadFromURIMethod) (GESFormatter *formatter,
|
|||
*
|
||||
* Returns: TRUE if the @timeline was properly stored to the given @uri,
|
||||
* else FALSE.
|
||||
*
|
||||
* Deprecated: Use #ges_timeline_save_to_uri
|
||||
*/
|
||||
typedef gboolean (*GESFormatterSaveToURIMethod) (GESFormatter *formatter,
|
||||
GESTimeline *timeline, const gchar * uri, gboolean overwrite,
|
||||
|
|
Loading…
Reference in a new issue