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 698558 - sdp: make it possible to modify session/media attributes
sdp: make it possible to modify session/media attributes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.0.6
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-22 12:11 UTC by Patricia Muscalu
Modified: 2013-04-24 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sdp: modify attributes (5.82 KB, patch)
2013-04-22 12:11 UTC, Patricia Muscalu
none Details | Review

Description Patricia Muscalu 2013-04-22 12:11:05 UTC
Created attachment 242128 [details] [review]
sdp: modify attributes

The attached patch extends the current sdp API, making it possible to modify session and media attributes.
Comment 1 Wim Taymans 2013-04-24 12:17:32 UTC
I added some more methods to modify the SDP:

commit 85debdcf0520da7d66656bad8d18200b619bb3c3
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Tue Apr 23 15:23:05 2013 +0200

    sdp: add more functions to modify the sdp message
    
    Add functions to insert, replace and remove various sdp message fields
    and structures.
    
    See: https://bugzilla.gnome.org/show_bug.cgi?id=698558

commit b9933dd6a32ebc19758c2bda735fcfd4cc6a13e3
Author: Patricia Muscalu <patricia at axis.com>
Date:   Wed Apr 24 14:13:43 2013 +0200

    tests: add SDP modify test
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=698558