mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
fpsdisplay: use a nicer font family
This commit is contained in:
parent
193f638b0a
commit
314f2e26c5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
#include <gst/interfaces/xoverlay.h>
|
||||
|
||||
#define FPS_DISPLAY_INTERVAL_MS 500 /* 500 ms */
|
||||
#define DEFAULT_FONT "20"
|
||||
#define DEFAULT_FONT "Sans 20"
|
||||
|
||||
static GstElementDetails fps_display_sink_details = {
|
||||
"Measure and show framerate on videosink",
|
||||
|
|
Loading…
Reference in a new issue