[Bug 722742] New: video-chroma: SIGSEGV in chroma_resample() when converting a specific file.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 21 15:51:56 PST 2014


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

           Summary: video-chroma: SIGSEGV in chroma_resample() when
                    converting a specific file.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mathieu.duponchelle at epitech.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


gst-launch-1.0 uridecodebin uri=file:///home/meh/Videos/prise031.avi !
videoconvert ! video/x-raw, chroma-site=jpeg ! autovideosink

highlights the problem.

It so happens that upsample->v_resample is NULL, which leads to the SIGSEGV.

My instinct would be to add a check there for upsample->v_resample, as I
suppose if it is NULL nothing should be done anyway.

Worthy of note is that with gstreamer 1.2 as shipped in fedora, the SIGSEGV is
triggered by chroma-site=dv and jpeg is fine whereas with master dv is fine and
jpeg SIGSEGVs.

Have a nice day !

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