mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
This commit is contained in:
parent
7b566b2964
commit
179c8f71fb
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue