fpsdisplay: use a nicer font family

This commit is contained in:
Stefan Kost 2009-04-20 09:51:50 +03:00
parent 193f638b0a
commit 314f2e26c5

View file

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