summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-09 16:11:41 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-09 16:12:26 +0200
commit62d40fa0dbba1363c0f267e4f8f5d97201003947 (patch)
tree390212cdbeb99cd32a597da7b6fb33f5fdf3137e
parent3eb97aa32c9a9be382d2be7b2fb617c4d88042fc (diff)
identity: identity is GAP flag aware, no need to let it be unset by basetransform
-rw-r--r--plugins/elements/gstidentity.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c
index 6ba209def..654a9cfe1 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