summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-04-20 09:51:50 +0300
committerStefan Kost <ensonic@users.sf.net>2009-04-23 14:38:19 +0300
commit314f2e26c51611f9ede2c5a0e98f14470ac0abe6 (patch)
tree3e5b2d65f2cf68d8df78fc9a3240ac2ee7959580 /gst
parent193f638b0a5c558a74bdae7013a087421ffdcb9a (diff)
fpsdisplay: use a nicer font family
Diffstat (limited to 'gst')
-rw-r--r--gst/debugutils/fpsdisplaysink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debugutils/fpsdisplaysink.c b/gst/debugutils/fpsdisplaysink.c
index 733fb98a4..06aa11ee9 100644
--- a/gst/debugutils/fpsdisplaysink.c
+++ b/gst/debugutils/fpsdisplaysink.c
@@ -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",