[Bug 706423] uvch264src: next to last segment of RAW aux data dropped in MJPEG container with Logitech C920
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Aug 21 05:59:47 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=706423
GStreamer | gst-plugins-bad | 0.10.x
--- Comment #13 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-08-21 12:59:43 UTC ---
So close:
make[1]: Entering directory `/home/tpm/gst/0.10/gst-plugins-bad/sys/uvch264'
CC libgstuvch264_la-gstuvch264_mjpgdemux.lo
gstuvch264_mjpgdemux.c: In function 'gst_uvc_h264_mjpg_demux_chain':
gstuvch264_mjpgdemux.c:686:5: warning: 'segment_size' may be used uninitialized
in this function [-Wmaybe-uninitialized]
but I took the liberty to fix that myself now ;)
Pushed to 0.10 branch:
commit 05183675077d502aaf0e7483656f5610bb4d0f43
Author: Robert Krakora <rob.krakora at messagenetsystems.com>
Date: Mon Aug 19 15:31:51 2013 -0400
uvch264src: don't error out on incomplete aux data segment
It appears that the Logitech C920 sometimes drops the next
to last segment of RAW aux data contained within the MJPEG
container. H264 data that is multiplexed with in the same
container does not appear to be affected. This appears to
be a bug in the Logitech C920 firmware and uvch264src should
not error out in this case.
Sometimes it can take 24 hours of continuous streaming for
the problem to occur, but sometimes it takes only a couple
of hours.
https://bugzilla.gnome.org/show_bug.cgi?id=706276
--
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