[clutter-gst/clutter-gst-3.0] player: remove deprecated flag from properties
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/clutter-gst-3.0] player: remove deprecated flag from properties
- Date: Mon, 12 Jan 2015 18:26:50 +0000 (UTC)
commit 60a61d2ea508a2927c95b2eff0358c7cafc34ce2
Author: Lionel Landwerlin <lionel g landwerlin intel com>
Date: Mon Jan 12 18:14:16 2015 +0000
player: remove deprecated flag from properties
clutter-gst/clutter-gst-player.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-player.c b/clutter-gst/clutter-gst-player.c
index cca31bc..d2ac620 100644
--- a/clutter-gst/clutter-gst-player.c
+++ b/clutter-gst/clutter-gst-player.c
@@ -79,8 +79,7 @@ clutter_gst_player_default_init (ClutterGstPlayerIface *iface)
"Playing",
"Whether the player is playing",
FALSE,
- CLUTTER_GST_PARAM_READWRITE |
- G_PARAM_DEPRECATED);
+ CLUTTER_GST_PARAM_READWRITE);
g_object_interface_install_property (iface, pspec);
/**
@@ -93,8 +92,7 @@ clutter_gst_player_default_init (ClutterGstPlayerIface *iface)
"Audio Volume",
"The volume of the audio",
0.0, 1.0, 0.5,
- CLUTTER_GST_PARAM_READWRITE |
- G_PARAM_DEPRECATED);
+ CLUTTER_GST_PARAM_READWRITE);
g_object_interface_install_property (iface, pspec);
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]