mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
oggmux: free stream map caps when done
This commit is contained in:
parent
2eac43bd73
commit
54c19ba6de
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ gst_ogg_mux_ogg_pad_destroy_notify (GstCollectData * data)
|
|||
GstBuffer *buf;
|
||||
|
||||
ogg_stream_clear (&oggpad->map.stream);
|
||||
gst_caps_replace (&oggpad->map.caps, NULL);
|
||||
|
||||
if (oggpad->pagebuffers) {
|
||||
while ((buf = g_queue_pop_head (oggpad->pagebuffers)) != NULL) {
|
||||
|
|
Loading…
Reference in a new issue