mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
opusenc: reset tagsetter interface on stop
This commit is contained in:
parent
d95530bfbf
commit
6bcf813ed0
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ gst_opus_enc_stop (GstAudioEncoder * benc)
|
|||
enc->tags = NULL;
|
||||
g_slist_foreach (enc->headers, (GFunc) gst_buffer_unref, NULL);
|
||||
enc->headers = NULL;
|
||||
gst_tag_setter_reset_tags (GST_TAG_SETTER (enc));
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue