[Bug 679524] New: Incorrect definition for gst_buffer_replace_all_memory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 6 09:47:35 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=679524
  GStreamer | gstreamer (core) | git

           Summary: Incorrect definition for gst_buffer_replace_all_memory
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: h at realh.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


It's currently defined as:

#define     gst_buffer_replace_all_memory(b,m) \
            gst_buffer_replace_memory ((b), 0, -1, (m))

which causes compilation errors (gst_buffer_replace_memory only takes 3 args).
I think it should be:

#define     gst_buffer_replace_all_memory(b,m) \
            gst_buffer_replace_memory_range ((b), 0, -1, (m))

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