From 0ee34c293f38ef9656d174382b3a249fdead1638 Mon Sep 17 00:00:00 2001 From: Matej Knopp Date: Thu, 8 Mar 2012 01:53:50 -0500 Subject: [PATCH] qtmux: do not unref sample caps https://bugzilla.gnome.org/show_bug.cgi?id=671534 --- gst/isomp4/gstqtmux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index fadde02..e3064e9 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c @@ -681,7 +681,6 @@ gst_qt_mux_add_mp4_cover (GstQTMux * qtmux, const GstTagList * list, flags = 13; else if (gst_structure_has_name (structure, "image/png")) flags = 14; - gst_caps_unref (caps); if (!flags) { GST_WARNING_OBJECT (qtmux, "preview image format not supported"); -- 2.7.4