mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
taginject: set gap-aware
The element does not modify the data anyway.
This commit is contained in:
parent
b5bf029401
commit
a2337b8af4
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue