mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
taginject: Use proper GType macro for the GstTagScope enum
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7145>
This commit is contained in:
parent
ee10aff273
commit
2ed84fe298
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ gst_tag_inject_class_init (GstTagInjectClass * klass)
|
|||
g_object_class_install_property (gobject_class, PROP_SCOPE,
|
||||
g_param_spec_enum ("scope", "Scope",
|
||||
"Scope of tags to inject (stream | global)",
|
||||
g_type_from_name ("GstTagScope"), GST_TAG_SCOPE_STREAM,
|
||||
GST_TYPE_TAG_SCOPE, GST_TAG_SCOPE_STREAM,
|
||||
G_PARAM_WRITABLE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
gobject_class->finalize = gst_tag_inject_finalize;
|
||||
|
|
Loading…
Reference in a new issue