summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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");