[Bug 787937] rtph265depay:Missing Unmap buffer if not implemented case

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 20 14:53:41 UTC 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #360122|none                        |needs-work
             status|                            |

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

::: gst/rtp/gstrtph265depay.c
@@ +1443,3 @@
         (NULL), ("NAL unit type %d not supported yet", nal_unit_type));
+    if(outbuf)
+    gst_buffer_unmap (outbuf, &map);

This does not compile (there is no "map" in scope) and is also not correctly
indendented (there's a tab here, missing space after the if, etc).

-- 
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