[gstreamer-bugs] [Bug 318663] http mjpeg stream from axis 213 PTZ camera

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Dec 18 10:02:07 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=318663
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Comment #10 from Tim-Philipp Müller  2005-12-18 18:02 UTC -------
jpegdec's parser seems to be a bit generous when resyncing to the next jpeg
frame, so there's definitively a bug in jpegdec as well (it should do the right
thing in this case even without the multipartdemux element in a perfect world).

However, multipartdemux should probably also add a 'framed=true' value to the
caps or something like that, that would by-pass jpegdec's parsing and be more
efficient (jpegdec would need to be fixed to honour that, but that's a 2-line
change in its setcaps function; currently it only assumes framed input when the
sink pad caps have a framerate set).


-- 
Configure bugmail: http://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