opusdec: plug caps leak
authorHavard Graff <havard.graff@gmail.com>
Thu, 3 Mar 2016 19:10:17 +0000 (20:10 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 3 Mar 2016 20:10:09 +0000 (20:10 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=763059

ext/opus/gstopusdec.c

index 91dedb9..7aa9838 100644 (file)
@@ -888,7 +888,7 @@ gst_opus_dec_getcaps (GstAudioDecoder * dec, GstCaps * filter)
   if (filter)
     gst_caps_unref (filter);
   if (caps) {
-    caps = gst_caps_copy (caps);
+    caps = gst_caps_make_writable (caps);
     for (n = 0; n < gst_caps_get_size (caps); ++n) {
       GstStructure *s = gst_caps_get_structure (caps, n);
       if (gst_structure_get_int (s, "channels", &channels)) {