[Bug 782519] qtdemux: Fix caps leak in _parse_trak()

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 11 14:52:35 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782519

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #351638|none                        |reviewed
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 351638:
 --> (https://bugzilla.gnome.org/review?bug=782519&attachment=351638)

::: gst/isomp4/qtdemux.c
@@ +11573,3 @@

+      if (entry->caps)
+        gst_caps_unref (entry->caps);

Shouldn't this have been cleared somewhere when getting the new moov before
parsing it? All of the entries and other information from the previous moov.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list