taginject: set gap-aware
The element does not modify the data anyway.
This commit is contained in:
parent
b5bf029401
commit
a2337b8af4
@ -134,6 +134,10 @@ gst_tag_inject_class_init (GstTagInjectClass * klass)
|
||||
static void
|
||||
gst_tag_inject_init (GstTagInject * self, GstTagInjectClass * g_class)
|
||||
{
|
||||
GstBaseTransform *trans = GST_BASE_TRANSFORM (self);
|
||||
|
||||
gst_base_transform_set_gap_aware (trans, TRUE);
|
||||
|
||||
self->tags = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user