mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
ges: Make sure the GESTextOverlayClip is register on init
So it can be used when de serializing projects containing it. https://bugzilla.gnome.org/show_bug.cgi?id=743406
This commit is contained in:
parent
70a390451e
commit
7a9d39fadb
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ ges_init (void)
|
|||
GES_TYPE_TITLE_CLIP;
|
||||
GES_TYPE_TRANSITION_CLIP;
|
||||
GES_TYPE_OVERLAY_CLIP;
|
||||
GES_TYPE_OVERLAY_TEXT_CLIP;
|
||||
|
||||
GES_TYPE_GROUP;
|
||||
|
||||
|
|
Loading…
Reference in a new issue