mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +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>
|
#include <gst/interfaces/xoverlay.h>
|
||||||
|
|
||||||
#define FPS_DISPLAY_INTERVAL_MS 500 /* 500 ms */
|
#define FPS_DISPLAY_INTERVAL_MS 500 /* 500 ms */
|
||||||
#define DEFAULT_FONT "20"
|
#define DEFAULT_FONT "Sans 20"
|
||||||
|
|
||||||
static GstElementDetails fps_display_sink_details = {
|
static GstElementDetails fps_display_sink_details = {
|
||||||
"Measure and show framerate on videosink",
|
"Measure and show framerate on videosink",
|
||||||
|
|
Loading…
Reference in a new issue