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