celtenc: Initialize variable
In the case the tag_setter returns something, empty_tags would be garbage value.
This commit is contained in:
parent
28e000d18e
commit
b8c0b33536
@ -588,7 +588,7 @@ static GstBuffer *
|
||||
gst_celt_enc_create_metadata_buffer (GstCeltEnc * enc)
|
||||
{
|
||||
const GstTagList *tags;
|
||||
GstTagList *empty_tags;
|
||||
GstTagList *empty_tags = NULL;
|
||||
GstBuffer *comments = NULL;
|
||||
|
||||
tags = gst_tag_setter_get_tag_list (GST_TAG_SETTER (enc));
|
||||
|
Loading…
x
Reference in New Issue
Block a user