[Bug 657079] JPEG RTP Payloader Change to support FaceVsion Webcams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 28 07:43:31 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=657079
  GStreamer | gst-plugins-good | 0.10.x

--- Comment #17 from Robert Krakora <rob.krakora at messagenetsystems.com> 2013-01-28 15:43:28 UTC ---
If you look at "MY HACK" below, you will see what I had to do...maybe this will
also provide some clues...

      case JPEG_MARKER_EOI:
        GST_WARNING_OBJECT (pay, "EOI reached before SOS!");
    gst_buffer_unref (buffer); // <-- MY HACK
    return GST_FLOW_OK; // <---MY HACK
        break;

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