summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2011-06-29 22:52:57 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2011-07-04 13:50:55 -0400
commitda98f4aa78d83b3e7a14d7fb94b1259dd5c7f8ba (patch)
tree2113514d52c561c6f6e26349226e0c3e9aa225ea /examples
parentf18afa02a5e37eeb56cab9b3b49a5f43bb34df05 (diff)
downloadtelepathy-farstream-da98f4aa78d83b3e7a14d7fb94b1259dd5c7f8ba.tar.gz
Initialise value got from properties
Diffstat (limited to 'examples')
-rw-r--r--examples/call-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/call-handler.c b/examples/call-handler.c
index 647a6ad..d532c1e 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -183,7 +183,7 @@ setup_video_source (ChannelContext *context, TfContent *content)
{
GstElement *result, *input, *rate, *scaler, *colorspace, *capsfilter;
GstCaps *caps;
- guint framerate, width, height;
+ guint framerate = 0, width = 0, height = 0;
GstPad *pad, *ghost;
result = gst_bin_new ("video_input");