[Bug 738242] New: Segfault when trying to position a textoverlay outside of the video frame

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 9 09:24:32 PDT 2014


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

           Summary: Segfault when trying to position a textoverlay outside
                    of the video frame
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lazar.claudiu.florin at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


How to reproduce:

Take any small video ( width smaller than 1000 ) or create one like this : 

gst-launch-1.0 videotestsrc num-buffers=100 ! video/x-raw,width=852,height=480
! x264enc ! mp4mux ! filesink location=testsrc.mp4


And produce segfault with this : 

gst-launch-1.0 filesrc location=testsrc.mp4 ! qtdemux ! h264parse ! avdec_h264
! textoverlay  deltax="1001" text="test" ! fakesink

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