[Bug 733087] Add WebP Image encoder
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Aug 11 05:45:22 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=733087
GStreamer | gst-plugins-bad | unspecified
--- Comment #6 from sreerenj <bsreerenj at gmail.com> 2014-08-11 12:45:20 UTC ---
(In reply to comment #2)
> Review of attachment 280545 [details]:
>
> @@ +316,3 @@
> + gst_memory_unmap (mem, &mapinfo);
> + free (enc->webp_writer.mem);
> + gst_buffer_append_memory (out_buffer, mem);
>
> Why not just gst_buffer_new_and_alloc(size) and gst_buffer_fill()? Much less
> lines :)
>
gst_buffer_new_and_alloc() is deprecated, will use
gst_buffer_new_allocate() instead.. ;)
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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