mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
speexenc: reset tag setter interface when appropriate
This commit is contained in:
parent
413f445455
commit
c0d86fd26f
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ gst_speex_enc_stop (GstAudioEncoder * benc)
|
||||||
g_slist_foreach (enc->headers, (GFunc) gst_buffer_unref, NULL);
|
g_slist_foreach (enc->headers, (GFunc) gst_buffer_unref, NULL);
|
||||||
enc->headers = NULL;
|
enc->headers = NULL;
|
||||||
|
|
||||||
|
gst_tag_setter_reset_tags (GST_TAG_SETTER (enc));
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue