sip: media: Allow specifying SRTP for GStreamer capabilities
When using SRTP the GstCaps must be set accordingly.
This commit is contained in:
@@ -47,5 +47,6 @@ typedef struct {
|
||||
gboolean media_codec_available_in_gst (MediaCodecInfo *codec);
|
||||
MediaCodecInfo *media_codec_by_name (const char *name);
|
||||
MediaCodecInfo *media_codec_by_payload_id (uint payload_id);
|
||||
gchar *media_codec_get_gst_capabilities (MediaCodecInfo *codec);
|
||||
gchar *media_codec_get_gst_capabilities (MediaCodecInfo *codec,
|
||||
gboolean use_srtp);
|
||||
GList *media_codecs_get_candidates (void);
|
||||
|
||||
Reference in New Issue
Block a user