[Bug 751573] New: rtpjpegpay can't handle MJPG from Logitech c615 camera

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 26 22:48:13 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751573

            Bug ID: 751573
           Summary: rtpjpegpay can't handle MJPG from Logitech c615 camera
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: kno0001 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 306194
  --> https://bugzilla.gnome.org/attachment.cgi?id=306194&action=edit
Full backtrace of all threads

When constructing a pipeline that contains rtpjpegpay and is reading data from
a logitech c615 camera, I get a segfault. The pipeline was:

"v4l2src device=/dev/video0 ! 'image/jpeg' ! rtpjpegpay ! fakesink"

This was tested through gst-launch and through the c api on 2 separate systems
(raspbian stable and debian unstable) with gstreamer 1.4.4 and 1.4.5 with the
same results. Changing the pipeline to:

"v4l2src device/dev/video0 ! 'image/jpeg' ! jpegdec ! jpegenc ! rtpjpegpay !
fakesink"

worked in all test scenarios stated above but adds 2 redundant elements to the
stream. I'll try and do some testing on a non-debian box later today.
Meanwhile, attached is a backtrace. I'll see if I can work out how to generate
a coredump as well.

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