summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-02-02 17:30:15 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-02-02 17:34:42 +0000
commit54c19ba6def4f9cead7e18a893c981e425f9405c (patch)
treeb665674a196361be4897304678038b32b451c06d
parent2eac43bd73ff405c6883c1c2476a90a123b52159 (diff)
oggmux: free stream map caps when done
-rw-r--r--ext/ogg/gstoggmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c
index 6dfbf612c..3329824b5 100644
--- a/ext/ogg/gstoggmux.c
+++ b/ext/ogg/gstoggmux.c
@@ -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) {