GNOME Bugzilla – Bug 735880
imagefreeze: replace with gst_buffer_copy
Last modified: 2014-09-04 00:42:17 UTC
In gst_image_freeze_src_loop() gst_buffer_ref and gst_buffer_writable is being used to create a writable copy of source buffer. replacing the same with gst_buffer_copy as the functionality is same. The same can be updated in documentation as well, similar to how gst_caps_copy is defined. Please review if the patch is proper. Thanks
Created attachment 285130 [details] [review] proposed patch
Thanks for the patch commit 6ff397ecccb2dd81189a8f3ec153c7c15a8ef878 Author: Vineeth T M <vineeth.tm@samsung.com> Date: Tue Sep 2 17:22:07 2014 +0530 imagefreeze: replace with gst_buffer_copy gst_buffer_ref and gst_buffer_writable is being used to create a writable copy of source buffer. replacing the same with gst_buffer_copy as the functionality is same. https://bugzilla.gnome.org/show_bug.cgi?id=735880