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 511478 - [rtpbuffer] add gst_rtp_buffer_set_extension_data function
[rtpbuffer] add gst_rtp_buffer_set_extension_data function
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-23 09:01 UTC by Thijs Vermeir
Modified: 2008-02-01 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add gst_rtp_buffer_set_extension_data with unit test (4.31 KB, patch)
2008-01-23 09:02 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2008-01-23 09:01:01 UTC
Add a function set the extension data for an rtpbuffer.
Comment 1 Thijs Vermeir 2008-01-23 09:02:05 UTC
Created attachment 103531 [details] [review]
add gst_rtp_buffer_set_extension_data with unit test
Comment 2 Wim Taymans 2008-02-01 11:09:25 UTC
        Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>

        * gst-libs/gst/rtp/gstrtpbuffer.c:
        (gst_rtp_buffer_set_extension_data):
        * gst-libs/gst/rtp/gstrtpbuffer.h:
        * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
        Add gst_rtp_buffer_set_extension_data()
        Add a unit test for this addition. Fixes #511478.
        API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()