summaryrefslogtreecommitdiff
path: root/gst/debugutils/fpsdisplaysink.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-24 12:37:36 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-24 13:53:08 -0300
commit57b9ce71b43505e459639ae11c3939f65a34da8c (patch)
tree4b4076fd9ca88242f96479f7f346a855e6cf9449 /gst/debugutils/fpsdisplaysink.h
parentf78bf26951e7fbf952a47138c8b7b7e90d2d38c3 (diff)
downloadgstreamer-plugins-bad-57b9ce71b43505e459639ae11c3939f65a34da8c.tar.gz
fpsdisplaysink: Adds a signal to inform measurements to apps
Adds a signal for applications to receive the fps measurements made instead of only printing them to the frame/stdout. This signal is only emited if the signal-fps-measurements property is set to TRUE
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 b2cc50ff1..590b6d9d5 100644
--- a/gst/debugutils/fpsdisplaysink.h
+++ b/gst/debugutils/fpsdisplaysink.h
@@ -63,6 +63,7 @@ struct _GstFPSDisplaySink
/* properties */
gboolean sync;
gboolean use_text_overlay;
+ gboolean signal_measurements;
gint fps_update_interval;
gdouble max_fps;
gdouble min_fps;