From 62d40fa0dbba1363c0f267e4f8f5d97201003947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 Sep 2010 16:11:41 +0200 Subject: [PATCH] identity: identity is GAP flag aware, no need to let it be unset by basetransform --- plugins/elements/gstidentity.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index 6ba209def5..654a9cfe1b 100644 --- a/plugins/elements/gstidentity.c +++ b/plugins/elements/gstidentity.c @@ -291,6 +291,8 @@ gst_identity_init (GstIdentity * identity, GstIdentityClass * g_class) identity->last_message = NULL; identity->signal_handoffs = DEFAULT_SIGNAL_HANDOFFS; g_static_rec_mutex_init (&identity->notify_lock); + + gst_base_transform_set_gap_aware (GST_BASE_TRANSFORM_CAST (identity), TRUE); } static void