summaryrefslogtreecommitdiff
path: root/gst/debugutils/fpsdisplaysink.h
diff options
context:
space:
mode:
authorPhilippe Normand <pnormand@igalia.com>2011-04-07 15:15:57 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-04-08 14:06:10 +0200
commit26bc5537cef13164f5396f4a33e0cb50da248d5b (patch)
tree2e5134620b9aa363be22a8946ff42d7e6902b2cb /gst/debugutils/fpsdisplaysink.h
parent5c0922a82d0c7b001b4f9f5dd9570b72f23dcb85 (diff)
downloadgstreamer-plugins-bad-26bc5537cef13164f5396f4a33e0cb50da248d5b.tar.gz
fpsdisplay: Add verbose property
When this property is set to TRUE the element will display statistics on stdout. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=647030
Diffstat (limited to 'gst/debugutils/fpsdisplaysink.h')
-rw-r--r--gst/debugutils/fpsdisplaysink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/debugutils/fpsdisplaysink.h b/gst/debugutils/fpsdisplaysink.h
index 1654256ad..1d504124d 100644
--- a/gst/debugutils/fpsdisplaysink.h
+++ b/gst/debugutils/fpsdisplaysink.h
@@ -66,6 +66,7 @@ struct _GstFPSDisplaySink
GstClockTime fps_update_interval;
gdouble max_fps;
gdouble min_fps;
+ gboolean verbose;
};
struct _GstFPSDisplaySinkClass