[rygel-gst-0-10-fullscreen-renderer] current-uri exists in 1.x only
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel-gst-0-10-fullscreen-renderer] current-uri exists in 1.x only
- Date: Thu, 14 Feb 2013 10:57:55 +0000 (UTC)
commit 57a4769d966d8f581f6cf883a1362b975147db35
Author: Jens Georg <mail jensge org>
Date: Thu Feb 14 11:57:50 2013 +0100
current-uri exists in 1.x only
src/rygel-playbin-player.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel-playbin-player.c b/src/rygel-playbin-player.c
index 2de0c27..9746160 100644
--- a/src/rygel-playbin-player.c
+++ b/src/rygel-playbin-player.c
@@ -259,7 +259,7 @@ rygel_playbin_player_bus_handler (GstBus *bus, GstMessage *message, gpointer use
self->priv->uri_update_hint = FALSE;
gchar *current_uri = NULL;
- g_object_get (self->priv->_playbin, "current-uri", ¤t_uri, NULL);
+ g_object_get (self->priv->_playbin, "uri", ¤t_uri, NULL);
if (g_strcmp0 (self->priv->_uri, current_uri) != 0
&& g_strcmp0 (current_uri, "") != 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]