mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
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)
This commit is contained in:
parent
094669391d
commit
299e186480
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ ges_timeline_pipeline_init (GESTimelinePipeline * self)
|
||||||
if (G_UNLIKELY (self->priv->encodebin == NULL))
|
if (G_UNLIKELY (self->priv->encodebin == NULL))
|
||||||
goto no_encodebin;
|
goto no_encodebin;
|
||||||
|
|
||||||
|
/* TODO : Remove this hack once we depend on gst-p-base 0.10.37 */
|
||||||
/* HACK : Intercept events going through playsink */
|
/* HACK : Intercept events going through playsink */
|
||||||
playsinkclass = GST_ELEMENT_GET_CLASS (self->priv->playsink);
|
playsinkclass = GST_ELEMENT_GET_CLASS (self->priv->playsink);
|
||||||
/* Replace playsink's GstBin::send_event with our own */
|
/* Replace playsink's GstBin::send_event with our own */
|
||||||
|
|
Loading…
Reference in a new issue