mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
taginject: resend tags when they are changed
Allow setting new tags on the property while running and send them. Fixes #640249
This commit is contained in:
parent
663852d853
commit
d203b1ef50
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ gst_tag_inject_set_property (GObject * object, guint prop_id,
|
|||
if (!(self->tags = gst_structure_from_string (structure, NULL))) {
|
||||
GST_WARNING ("unparsable taglist = '%s'", structure);
|
||||
}
|
||||
|
||||
/* make sure that tags will be send */
|
||||
self->tags_sent = FALSE;
|
||||
g_free (structure);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue