summaryrefslogtreecommitdiff
path: root/gst/debugutils/fpsdisplaysink.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-04-09 10:03:00 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-04-09 10:07:49 +0200
commiteaf01f9709ba193a110c285168ee48e4a5a91850 (patch)
treee8a0d81651fce1994ea025c28af17eab521c53a7 /gst/debugutils/fpsdisplaysink.h
parent291a8048d1ab851c53f7fd786ba7a25ed7f31f78 (diff)
downloadgstreamer-plugins-bad-eaf01f9709ba193a110c285168ee48e4a5a91850.tar.gz
fpsdisplaysink: Add last-message property and never print anything to stdout
Instead everything will be put into the last-message property and gst-launch -v will print all changes of the property. This makes the behaviour of fpsdisplay consistent with the fakesink/identity/etc behaviour.
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 4400f2a82..901ebae41 100644
--- a/gst/debugutils/fpsdisplaysink.h
+++ b/gst/debugutils/fpsdisplaysink.h
@@ -67,6 +67,7 @@ struct _GstFPSDisplaySink
gdouble max_fps;
gdouble min_fps;
gboolean silent;
+ gchar *last_message;
};
struct _GstFPSDisplaySinkClass