[Bug 782556] decklinkvideosrc: Implement a custom memory allocator
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jul 10 07:20:02 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=782556
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #355093|none |reviewed
status| |
--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 355093:
--> (https://bugzilla.gnome.org/review?bug=782556&attachment=355093)
One final comment, then good for merging
::: sys/decklink/gstdecklink.cpp
@@ +875,3 @@
+ (uint8_t*) gst_queue_array_pop_head (m_buffers) - 128;
+ g_free (buf);
+ }
while ((buf = gst_queue_array_pop_head (m_buffers))
g_free(buf - 128);
Is a bit shorter :)
--
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