From 5fd3142b677231da395f8baed1e74b6da2f20714 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 19 Dec 2016 15:08:12 -0300 Subject: [PATCH] encodebin: Fix build initializing sprof --- gst/encoding/gstencodebin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/encoding/gstencodebin.c b/gst/encoding/gstencodebin.c index 49d1681c23..59c19aaed9 100644 --- a/gst/encoding/gstencodebin.c +++ b/gst/encoding/gstencodebin.c @@ -734,7 +734,7 @@ request_pad_for_stream (GstEncodeBin * encodebin, GType ptype, { StreamGroup *sgroup = NULL; GList *not_found_encoder_profs = NULL, *tmp; - GstEncodingProfile *sprof; + GstEncodingProfile *sprof = NULL; GST_DEBUG_OBJECT (encodebin, "name:%s caps:%" GST_PTR_FORMAT, name, caps);