[Bug 745880] sdp: SDP <-> GstCaps helper functions

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 13 04:25:15 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745880

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #308644|none                        |reviewed
             status|                            |

--- Comment #16 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 308644:
 --> (https://bugzilla.gnome.org/review?bug=745880&attachment=308644)

::: gst-libs/gst/sdp/gstsdpmessage.h
@@ +506,3 @@
+const gchar *           gst_sdp_make_keymgmt                (const GstCaps
*caps, guint32 ssrc);
+GstSDPResult            gst_sdp_message_attributes_to_caps  (const
GstSDPMessage *msg, GstCaps *caps);
+GstSDPResult            gst_sdp_media_attributes_to_caps    (const GstSDPMedia
*media, GstCaps *caps);

The last two are only _to_caps(). Shouldn't there be an inverse one for parsing
caps and putting attributes into the SDP?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list