mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
qtmux: do not unref sample caps
https://bugzilla.gnome.org/show_bug.cgi?id=671534
This commit is contained in:
parent
bb8bc237b5
commit
0ee34c293f
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue