GNOME Bugzilla – Bug 563174
Implement gst_rtcp_packet_remove
Last modified: 2008-12-08 12:08:29 UTC
Attached is a patch that implement gst_rtcp_packet_remove()
Created attachment 123911 [details] [review] Implement gst_rtcp_packet_remove()
Patch by: Olivier Crete <tester at tester ca> * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove): * gst-libs/gst/rtp/gstrtcpbuffer.h: Implement gst_rtcp_packet_remove(). Fixes #563174. * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite): Add unit test for some RTCP functions.