diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-04-20 09:51:50 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-04-23 14:38:19 +0300 |
commit | 314f2e26c51611f9ede2c5a0e98f14470ac0abe6 (patch) | |
tree | 3e5b2d65f2cf68d8df78fc9a3240ac2ee7959580 /gst/debugutils | |
parent | 193f638b0a5c558a74bdae7013a087421ffdcb9a (diff) | |
download | gstreamer-plugins-bad-314f2e26c51611f9ede2c5a0e98f14470ac0abe6.tar.gz |
fpsdisplay: use a nicer font family
Diffstat (limited to 'gst/debugutils')
-rw-r--r-- | gst/debugutils/fpsdisplaysink.c | 2 |
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", |