[Bug 678509] rtmpsrc outputs truncated buffers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 21 00:37:04 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=678509
  GStreamer | gst-plugins-bad | 0.11.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #216886|none                        |committed
             status|                            |

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2012-06-21 07:37:03 UTC ---
(From update of attachment 216886)
commit 96b7059d242421cba1dde21b841f4b95fb3aad0c
Author: Mike Ruprecht <mike.ruprecht at collabora.co.uk>
Date:   Wed Jun 20 17:52:13 2012 -0500

    rtmpsrc: Fix element losing data at the end of buffers

    rtmpsrc outputs truncated buffers because, when enough data is
    read to fill the buffer, the amount read that time (todo) is set
    to zero before it's added to the cumulative buffer size (bsize).
    The buffer is then truncated to bsize resulting in lost data.
    This patch adds todo to bsize before setting todo to zero.

    Fixes #678509

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