diff options
author | Thibault Saunier <thibault.saunier@collabora.com> | 2013-03-21 22:03:09 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@collabora.com> | 2013-03-21 22:05:45 -0300 |
commit | cae3aabbca48456d27c36702f715dd8c3b7c57e3 (patch) | |
tree | 91c5e32b970623919b0529694d36f4e4eac35894 /docs/libs | |
parent | e260de2fa6950173e23de4cca38214f17cbc3c36 (diff) |
ges: Make ges_clip_create_track_element(s) internal methods
+ Fix tests (we still need a round of modernisation, making use of
assets where it makes sense)
There is no reason to use those method outside of GES, so remove them,
cleaning the API and making it easier for users.
Removed APIs:
-----------
* ges_clip_create_track_element
* ges_clip_create_track_elements
Diffstat (limited to 'docs/libs')
-rw-r--r-- | docs/libs/ges-sections.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/libs/ges-sections.txt b/docs/libs/ges-sections.txt index 057ca350..3a76b7cd 100644 --- a/docs/libs/ges-sections.txt +++ b/docs/libs/ges-sections.txt @@ -405,8 +405,6 @@ ges_clip_get_supported_formats ges_clip_split ges_clip_edit GES_CLIP_HEIGHT -ges_clip_create_track_elements -ges_clip_create_track_element ges_clip_fill_track_element <SUBSECTION Standard> GESClipPrivate |