[clutter-gst] Revert "video-texture: speed up switching to another uri"
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] Revert "video-texture: speed up switching to another uri"
- Date: Mon, 6 Jun 2011 10:56:14 +0000 (UTC)
commit 764bbc69ea3f1ea5f522e2a5ca067cf69509d44b
Author: Damien Lespiau <damien lespiau intel com>
Date: Mon Jun 6 11:53:49 2011 +0100
Revert "video-texture: speed up switching to another uri"
This reverts commit b8f3f9d726ed6ca3f098d543542d8d33db612eb1.
Nothing to bad, just breaks playback with recent GStreamer...
clutter-gst/clutter-gst-video-texture.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-texture.c b/clutter-gst/clutter-gst-video-texture.c
index b5e3a3b..6b83bb2 100644
--- a/clutter-gst/clutter-gst-video-texture.c
+++ b/clutter-gst/clutter-gst-video-texture.c
@@ -599,7 +599,7 @@ set_uri (ClutterGstVideoTexture *video_texture,
if (pending)
state = pending;
- gst_element_set_state (priv->pipeline, GST_STATE_READY);
+ gst_element_set_state (priv->pipeline, GST_STATE_NULL);
g_object_set (priv->pipeline, "uri", uri, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]