mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
timecodestamper: set drop-frame property default to TRUE
After talking with Vivia on IRC, she does not remember why the default was FALSE and it is in my opinion preferable to stick to whatever representation best represents time for a given framerate as a default behavior. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5628>
This commit is contained in:
parent
9f5b2c4e25
commit
39efd788a8
2 changed files with 2 additions and 2 deletions
|
@ -236569,7 +236569,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "false",
|
||||
"default": "true",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "gboolean",
|
||||
|
|
|
@ -78,7 +78,7 @@ enum
|
|||
#define DEFAULT_SET GST_TIME_CODE_STAMPER_SET_KEEP
|
||||
#define DEFAULT_AUTO_RESYNC TRUE
|
||||
#define DEFAULT_TIMEOUT GST_CLOCK_TIME_NONE
|
||||
#define DEFAULT_DROP_FRAME FALSE
|
||||
#define DEFAULT_DROP_FRAME TRUE
|
||||
#define DEFAULT_POST_MESSAGES FALSE
|
||||
#define DEFAULT_SET_INTERNAL_TIMECODE NULL
|
||||
#define DEFAULT_LTC_DAILY_JAM NULL
|
||||
|
|
Loading…
Reference in a new issue