After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 769144 - player: move 'position-update-interval' setting to the config struct
player: move 'position-update-interval' setting to the config struct
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 765314
Blocks:
 
 
Reported: 2016-07-25 09:43 UTC by Guillaume Desmottes
Modified: 2016-09-08 07:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
player: move 'position-update-interval' setting to the config struct (12.59 KB, patch)
2016-07-25 09:43 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2016-07-25 09:43:29 UTC
.
Comment 1 Guillaume Desmottes 2016-07-25 09:43:54 UTC
Created attachment 332091 [details] [review]
player: move 'position-update-interval' setting to the config struct
Comment 2 Sebastian Dröge (slomo) 2016-07-25 10:07:20 UTC
Attachment 332091 [details] pushed as 0f692e2 - player: move 'position-update-interval' setting to the config struct
Comment 3 Julien Isorce 2016-09-07 07:10:58 UTC
Just to double check, previous gst_player_set_position_update_interval / get has been left in gstplayer.h by mistake right ? :)
Comment 4 Sebastian Dröge (slomo) 2016-09-07 07:15:55 UTC
Yes, go ahead with removing them
Comment 5 Julien Isorce 2016-09-07 07:55:30 UTC
ok will do.
Comment 6 Julien Isorce 2016-09-08 07:45:54 UTC
commit 179c8f71fbccf2b84db4afe3121a2aa2724a9e70
Author: Julien Isorce <j.isorce@samsung.com>
Date:   Thu Sep 8 08:40:59 2016 +0100

    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