Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Thibault Saunier
gst-editing-services
Commits
463ded89
Commit
463ded89
authored
Jan 14, 2019
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ges: Register formatters during meta registration
So that formatters implemented outside GES itself are registered
parent
b3332e5a
Pipeline
#14943
passed with stages
in 14 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ges/ges-formatter.c
ges/ges-formatter.c
+4
-0
No files found.
ges/ges-formatter.c
View file @
463ded89
...
...
@@ -449,6 +449,10 @@ ges_formatter_class_register_metas (GESFormatterClass * class,
class
->
mimetype
=
mimetype
;
class
->
version
=
version
;
class
->
rank
=
rank
;
if
(
ges_is_initialized
()
&&
g_type_class_peek
(
G_OBJECT_CLASS_TYPE
(
class
)))
gst_object_unref
(
ges_asset_request
(
G_OBJECT_CLASS_TYPE
(
class
),
NULL
,
NULL
));
}
/* Main Formatter methods */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment