encodebin: Fix build initializing sprof

This commit is contained in:
Thibault Saunier 2016-12-19 15:08:12 -03:00
parent c8ea302e57
commit 5fd3142b67

View File

@ -734,7 +734,7 @@ request_pad_for_stream (GstEncodeBin * encodebin, GType ptype,
{ {
StreamGroup *sgroup = NULL; StreamGroup *sgroup = NULL;
GList *not_found_encoder_profs = NULL, *tmp; GList *not_found_encoder_profs = NULL, *tmp;
GstEncodingProfile *sprof; GstEncodingProfile *sprof = NULL;
GST_DEBUG_OBJECT (encodebin, "name:%s caps:%" GST_PTR_FORMAT, name, caps); GST_DEBUG_OBJECT (encodebin, "name:%s caps:%" GST_PTR_FORMAT, name, caps);