rtpamr(de)pay: support AMR-WB SID frame
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Wed, 18 Aug 2010 09:42:07 +0000 (11:42 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 6 Sep 2010 12:46:59 +0000 (14:46 +0200)
gst/rtp/gstrtpamrdepay.c
gst/rtp/gstrtpamrpay.c

index 23a186b..5a3c7f5 100644 (file)
@@ -267,7 +267,7 @@ static gint nb_frame_size[16] = {
 
 static gint wb_frame_size[16] = {
   17, 23, 32, 36, 40, 46, 50, 58,
-  60, -1, -1, -1, -1, -1, -1, 0
+  60, 5, -1, -1, -1, -1, -1, 0
 };
 
 static GstBuffer *
index 5c6bf23..a261046 100644 (file)
@@ -186,7 +186,7 @@ static gint nb_frame_size[16] = {
 
 static gint wb_frame_size[16] = {
   17, 23, 32, 36, 40, 46, 50, 58,
-  60, -1, -1, -1, -1, -1, -1, 0
+  60, 5, -1, -1, -1, -1, -1, 0
 };
 
 static GstFlowReturn