[gst-cvs] gstreamer: identity: identity is GAP flag aware, no need to let it be unset by basetransform
Sebastian Dröge
slomo at kemper.freedesktop.org
Thu Sep 9 07:12:31 PDT 2010
Module: gstreamer
Branch: master
Commit: 62d40fa0dbba1363c0f267e4f8f5d97201003947
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=62d40fa0dbba1363c0f267e4f8f5d97201003947
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Thu Sep 9 16:11:41 2010 +0200
identity: identity is GAP flag aware, no need to let it be unset by basetransform
---
plugins/elements/gstidentity.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c
index 6ba209d..654a9cf 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
More information about the Gstreamer-commits
mailing list