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:
Tuukka Pasanen 2011-02-14 15:21:29 +02:00 committed by Stefan Kost
parent 663852d853
commit d203b1ef50

View file

@ -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;
}