[Bug 751241] vtdec: handle non-consecutive GstBuffer input without copying
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jul 13 07:14:06 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751241
Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #306272|none |reviewed
status| |
--- Comment #2 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 306272:
--> (https://bugzilla.gnome.org/review?bug=751241&attachment=306272)
Looks good to me except for one comment. Can this be merged right away or does
it depend on something else ?
::: sys/applemedia/vtdec.c
@@ +585,3 @@
+ GstMapInfo *info;
+
+ mem = gst_memory_ref (gst_buffer_peek_memory (buf, i));
Use gst_buffer_get_memory(buf, i);
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the gstreamer-bugs
mailing list