From a2337b8af45cb5e8c091ff0e1c3ef4b6cc7b20a3 Mon Sep 17 00:00:00 2001 From: Chad Date: Mon, 28 Nov 2011 11:47:11 +0100 Subject: [PATCH] taginject: set gap-aware The element does not modify the data anyway. --- gst/debugutils/gsttaginject.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/debugutils/gsttaginject.c b/gst/debugutils/gsttaginject.c index a5e78fe..5d2c5ed 100644 --- a/gst/debugutils/gsttaginject.c +++ b/gst/debugutils/gsttaginject.c @@ -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; } -- 2.7.4