mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
vorbisenc: reset tag setter interface when appropriate
This commit is contained in:
parent
69c2c46472
commit
80658564ae
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ gst_vorbis_enc_stop (GstAudioEncoder * enc)
|
|||
g_slist_foreach (vorbisenc->headers, (GFunc) gst_buffer_unref, NULL);
|
||||
vorbisenc->headers = NULL;
|
||||
|
||||
gst_tag_setter_reset_tags (GST_TAG_SETTER (enc));
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue