After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324382 - Multipart jpeg problem
Multipart jpeg problem
Status: RESOLVED DUPLICATE of bug 318663
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.0
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-18 13:36 UTC by g.graziosi
Modified: 2005-12-18 17:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description g.graziosi 2005-12-18 13:36:28 UTC
Please describe the problem:
I'm decoding a multipart jpeg stream using
$ gst-launch-0.10 gnomevfssrc
location=http://stareat.it.helsinki.fi/mjpg/video.mjpg ! jpegdec ! xvimagesink
It doesn't work perfectly because some frames are skipped, firefox can show the
stream much better than gstreamer (check on
stareat.it.helsinki.fi/view/index.shtml )

Steps to reproduce:
Simply run $ gst-launch-0.10 gnomevfssrc
location=http://stareat.it.helsinki.fi/mjpg/video.mjpg ! jpegdec ! xvimagesink

Actual results:
Stream doesn't work fine.

Expected results:
Something like http://stareat.it.helsinki.fi/view/index.shtml or
http://stareat.it.helsinki.fi/mjpg/video.mjpg on firefox

Does this happen every time?
Yes

Other information:
Comment 1 Luca Ognibene 2005-12-18 16:22:36 UTC
Try with gnomevfssrc ! multipartdemux ! jpegdec ! xvimagesink.
You should apply the patch at #318663 to multipartdemux otherwise it won't work.
Comment 2 Luca Ognibene 2005-12-18 17:05:02 UTC

*** This bug has been marked as a duplicate of 318663 ***