[Bug 739277] New: GstGLFilter propose allocation pass uninitialized size to gst_query_add_allocation_pool

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 27 23:38:48 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739277
  GStreamer | gst-plugins-bad | git

           Summary: GstGLFilter propose allocation pass uninitialized size
                    to gst_query_add_allocation_pool
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: comicfans44 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


version I tested is 19f86b7

construct pipeline as videotestsrc ! glfilterblur name=filter1 ! glfilterblur
name=filter2 ! glimagesink


gst_gl_filter_propose_allocation of filter2 takes branch as following:

860: (pool != NULL)  false

886: (pool == NULL && need_pool)  true

898: (decide_pool && GST_IS_GL_BUFFER_POOL (decide_pool)
        && gst_caps_is_equal_fixed (decide_caps, caps))  true  

      this block assign decide_pool to pool

917: if (pool)  true 
     gst_query_add_allocation_pool(query,pool,size,1,0) ---> size is not
initialized here

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