[clutter-gst] player: remove deprecated flag from properties



commit dd82108e032c0d5807ad7efc2c654e3ff0e2d806
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]