mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
API: use 1s update position interval by default
This commit is contained in:
@@ -55,7 +55,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_clapper_debug);
|
||||
#define DEFAULT_VOLUME 1.0
|
||||
#define DEFAULT_MUTE FALSE
|
||||
#define DEFAULT_RATE 1.0
|
||||
#define DEFAULT_POSITION_UPDATE_INTERVAL_MS 100
|
||||
#define DEFAULT_POSITION_UPDATE_INTERVAL_MS 1000
|
||||
#define DEFAULT_AUDIO_VIDEO_OFFSET 0
|
||||
#define DEFAULT_SUBTITLE_VIDEO_OFFSET 0
|
||||
#define DEFAULT_SEEK_MODE GST_CLAPPER_SEEK_MODE_DEFAULT
|
||||
|
Reference in New Issue
Block a user