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:
Mathieu Duponchelle 2023-11-09 14:22:06 +01:00 committed by GStreamer Marge Bot
parent 9f5b2c4e25
commit 39efd788a8
2 changed files with 2 additions and 2 deletions

View file

@ -236569,7 +236569,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "false",
"default": "true",
"mutable": "null",
"readable": true,
"type": "gboolean",

View file

@ -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