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 660406 - [rtpvp8] update rtp vp8 pay/depay to the latest IETF draft version 01
[rtpvp8] update rtp vp8 pay/depay to the latest IETF draft version 01
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-29 00:13 UTC by Youness Alaoui
Modified: 2011-10-03 09:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Youness Alaoui 2011-09-29 00:13:24 UTC
Hi,

You can find here a patch that ports the rtp vp8 payloader and depayloader in gst-plugins-bad to the latest draft 01 spec by the ietf available here : http://tools.ietf.org/html/draft-ietf-payload-vp8-01

It only does the payloading and depayloading, no support for feedback messages yet. There's also a TODO in there for adding a property to chose how the picture ID should be sent. By default it's the 7 bits picture id that gets sent and the code necessary to disable it or to use the 15 bits picid is there, it just needs to have an enum property to export that setting.

You can find the patch here : 
http://cgit.collabora.com/git/user/kakaroto/gst-plugins-bad.git/commit/?h=vp8&id=2ac0b85e29689af5f14c882645783b43b2932250
Comment 1 Sebastian Dröge (slomo) 2011-10-03 09:33:14 UTC
commit f5abb2c647de039932b991e54be4b7ee73a99440
Author: Youness Alaoui <youness.alaoui@collabora.co.uk>
Date:   Fri Sep 23 22:58:30 2011 +0000

    rtpvp8: Update the pay/depay to the ietf-draft-01 spec