[clutter-gst] video-player: Listen to the right object for buffer-fill signals
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] video-player: Listen to the right object for buffer-fill signals
- Date: Fri, 15 Nov 2013 18:34:22 +0000 (UTC)
commit 55b3a386d649998e4d9b10f69a97b85207d42f20
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Fri Aug 2 16:15:45 2013 +0200
video-player: Listen to the right object for buffer-fill signals
examples/video-player.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/video-player.c b/examples/video-player.c
index 5b6e49e..b104b5e 100644
--- a/examples/video-player.c
+++ b/examples/video-player.c
@@ -396,7 +396,7 @@ on_video_actor_notify_buffer_fill (GObject *selector,
{
gdouble buffer_fill;
- g_object_get (app->vactor, "buffer-fill", &buffer_fill, NULL);
+ g_object_get (app->player, "buffer-fill", &buffer_fill, NULL);
g_print ("Buffering - percentage=%d%%\n", (int) (buffer_fill * 100));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]