From 179c8f71fbccf2b84db4afe3121a2aa2724a9e70 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Thu, 8 Sep 2016 08:40:59 +0100 Subject: [PATCH] gstplayer: remove leftover update_interval api old: gst_player_set_position_update_interval new: gst_player_config_set_position_update_interval https://bugzilla.gnome.org/show_bug.cgi?id=769144 --- gst-libs/gst/player/gstplayer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst-libs/gst/player/gstplayer.h b/gst-libs/gst/player/gstplayer.h index e51d8c5c7c..1159d9ad3d 100644 --- a/gst-libs/gst/player/gstplayer.h +++ b/gst-libs/gst/player/gstplayer.h @@ -110,10 +110,6 @@ void gst_player_set_rate (GstPlayer * player, gdouble rate); gdouble gst_player_get_rate (GstPlayer * player); -void gst_player_set_position_update_interval (GstPlayer * player, - guint interval); -guint gst_player_get_position_update_interval (GstPlayer * player); - gchar * gst_player_get_uri (GstPlayer * player); void gst_player_set_uri (GstPlayer * player, const gchar * uri);