gst-editing-services: ges-timeline-pipeline: add todo to remember to remove hack
Thibault Saunier
tsaunier at kemper.freedesktop.org
Wed Apr 25 14:55:06 PDT 2012
Module: gst-editing-services
Branch: master
Commit: 299e186480133c216ec3c56132207a3167025353
URL: http://cgit.freedesktop.org/gstreamer/gst-editing-services/commit/?id=299e186480133c216ec3c56132207a3167025353
Author: Thiago Santos <thiago.sousa.santos at collabora.com>
Date: Mon Apr 23 14:40:26 2012 -0300
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 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ges/ges-timeline-pipeline.c b/ges/ges-timeline-pipeline.c
index 5a404f0..7b17763 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 */
More information about the gstreamer-commits
mailing list