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 508644 - The clockrate for theora payloading should always be 90000
The clockrate for theora payloading should always be 90000
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-10 23:50 UTC by Olivier Crête
Modified: 2008-01-11 17:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make the rtp clock-rate for theora 90000 (2.99 KB, patch)
2008-01-10 23:51 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2008-01-10 23:50:21 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
Comment 1 Olivier Crête 2008-01-10 23:51:01 UTC
Created attachment 102555 [details] [review]
make the rtp clock-rate for theora 90000
Comment 2 Wim Taymans 2008-01-11 17:21:28 UTC
        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.