From 299e186480133c216ec3c56132207a3167025353 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 23 Apr 2012 14:40:26 -0300 Subject: [PATCH] ges-timeline-pipeline: add todo to remember to remove hack Remove playsink hack once we depend on gst-plugins-base 0.10.37 (next gst-plugins-base release) --- ges/ges-timeline-pipeline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ges/ges-timeline-pipeline.c b/ges/ges-timeline-pipeline.c index 5a404f0c13..7b177637e1 100644 --- a/ges/ges-timeline-pipeline.c +++ b/ges/ges-timeline-pipeline.c @@ -144,6 +144,7 @@ ges_timeline_pipeline_init (GESTimelinePipeline * self) if (G_UNLIKELY (self->priv->encodebin == NULL)) goto no_encodebin; + /* TODO : Remove this hack once we depend on gst-p-base 0.10.37 */ /* HACK : Intercept events going through playsink */ playsinkclass = GST_ELEMENT_GET_CLASS (self->priv->playsink); /* Replace playsink's GstBin::send_event with our own */