[farsight2/master] Add H.264 config parameters

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:23:20 PST 2008


---
 gst/fsrtpconference/fs-rtp-specific-nego.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-specific-nego.c b/gst/fsrtpconference/fs-rtp-specific-nego.c
index 2cee6bc..90ae3c2 100644
--- a/gst/fsrtpconference/fs-rtp-specific-nego.c
+++ b/gst/fsrtpconference/fs-rtp-specific-nego.c
@@ -40,7 +40,7 @@
 /*
  * This must be kept to the maximum number of config parameters + 1
  */
-#define MAX_CONFIG_PARAMS 3
+#define MAX_CONFIG_PARAMS 6
 
 struct SdpCompatCheck {
   FsMediaType media_type;
@@ -74,6 +74,9 @@ static struct SdpCompatCheck sdp_compat_checks[] = {
    {"configuration", NULL}},
   {FS_MEDIA_TYPE_VIDEO, "THEORA", sdp_is_compat_default,
    {"configuration", NULL}},
+  {FS_MEDIA_TYPE_VIDEO, "H264", sdp_is_compat_default,
+   {"sprop-parameter-sets", "sprop-interleaving-depth", "sprop-deint-buf-req",
+    "sprop-init-buf-time", "sprop-max-don-diff", NULL}},
   {0, NULL, NULL}
 };
 
-- 
1.5.6.5




More information about the farsight-commits mailing list