[Bug 735880] New: imagefreeze: replace with gst_buffer_copy

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 2 04:52:31 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735880
  GStreamer | gst-plugins-good | unspecified

           Summary: imagefreeze: replace with gst_buffer_copy
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vineeth.tm at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

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