[gstreamer-bugs] [Bug 629047] New: segfault in seek matroskademux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 8 05:10:30 PDT 2010


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

           Summary: segfault in seek matroskademux
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.30
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lfarkas at lfarkas.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


while we try to test the currently added seek support in matroskademux we found
that while we create a new file with:
-------------------------------------------
gst-launch rtspsrc location="rtsp://admin:12345@10.30.0.106:554/h.264/ch1/main"
latency=1000 ! rtph264depay access-unit=true ! h264parse  ! matroskamux
streamable=true ! filesink location="test.mkv"
-------------------------------------------
stop the recording with ctrl-c (and gst-launch has no -e option), the read it
with
-------------------------------------------
gst-launch filesrc location="test.mkv" ! matroskademux ! h264parse ! ffdec_h264
! navseek ! xvimagesink
-------------------------------------------
when you push left or right button (ie. try to seek) it crash with seg. fault.

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