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);