encodebin: Fix build initializing sprof
This commit is contained in:
parent
c8ea302e57
commit
5fd3142b67
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user