GNOME Bugzilla – Bug 547842
Vorbis RTP RFC 5215 is out
Last modified: 2008-08-15 17:26:31 UTC
I'm attaching a patch that updates the rtp pay/depay to the final RFC. There are not many changes from the last draft, the only thing I could see is that "delivery-method" and "configuration-uri" are definitely gone. Also, it should not reject caps that don't have a configuration set, in that case, it may come in the data stream, so it will drop all data buffers that come before the config has been set. Patch attached
Created attachment 116615 [details] [review] patch to update the vorbis rtp pay/depay to RFC 5215
Patch by: Olivier Crete <tester at tester dot ca> * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps), (gst_rtp_vorbis_depay_process): * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers): Update the vorbis RTP pay/depay to RFC 5215. Fixes #547842.