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 563174 - Implement gst_rtcp_packet_remove
Implement gst_rtcp_packet_remove
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-03 23:46 UTC by Olivier Crête
Modified: 2008-12-08 12:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implement gst_rtcp_packet_remove() (2.45 KB, patch)
2008-12-03 23:47 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2008-12-03 23:46:53 UTC
Attached is a patch that implement gst_rtcp_packet_remove()
Comment 1 Olivier Crête 2008-12-03 23:47:32 UTC
Created attachment 123911 [details] [review]
Implement gst_rtcp_packet_remove()
Comment 2 Wim Taymans 2008-12-08 12:08:29 UTC
        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.