GNOME Bugzilla – Bug 508644
The clockrate for theora payloading should always be 90000
Last modified: 2008-01-11 17:21:28 UTC
The clock rate for rtp theora payloading is currently variable, http://tools.ietf.org/id/draft-barbato-avt-rtp-theora-01.txt says it should always be 90,000.. Patch coming
Created attachment 102555 [details] [review] make the rtp clock-rate for theora 90000
Patch by: Olivier Crete <tester at tester dot ca> * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps): * gst/rtp/gstrtptheorapay.c: Fix the clock rate to 90000 as required by the RFC. Fixes #508644.