[Bug 751886] Add rtph261pay and rtph261depay

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 3 04:05:22 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751886

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.3
           Severity|normal                      |enhancement

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, pushed.

Could you please also add some doc stubs and make sure it shows up in the
plugin docs?

commit ef8d630a5983e7708321e2fad786d167c2a68da9
Author: Stian Selnes <stian at pexip.com>
Date:   Mon Dec 1 14:18:40 2014 +0100

    rtp: add H.261 RTP payloader and depayloader

    Implementation according to RFC 4587.

    Payloader create fragments on MB boundaries in order to match MTU size
    the best it can. Some decoders/depayloaders in the wild are very strict
    about receiving a continuous bit-stream (e.g. no no-op bits between
    frames), so the payloader will shift the compressed bit-stream of a
    frame to align with the last significant bit of the previous frame.

    Depayloader does not try to be fancy in case of packet loss. It simply
    drops all packets for a frame if there is a loss, keeping it simple.

    https://bugzilla.gnome.org/show_bug.cgi?id=751886

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