media: manager: support multiple codecs SDP wise
static capabilities are now supporting multiple codecs and generate correct SDP messages. This only relates to SDP offers. When we are answering an offer we must take the offer from the other party into account when creating the answer. Hence why we differentiate between "static" and "dynamic" (not implemented yet) capability strings.
This commit is contained in:
committed by
Guido Gunther
parent
9fd43eaca8
commit
7d113d4180
@@ -45,3 +45,4 @@ typedef struct {
|
||||
|
||||
MediaCodecInfo* media_codec_by_name (const char *name);
|
||||
gchar* media_codec_get_gst_capabilities (MediaCodecInfo *codec);
|
||||
GList* media_codecs_get_candidates ();
|
||||
|
||||
Reference in New Issue
Block a user