diff --git a/gst/rtp/gstrtpg722pay.c b/gst/rtp/gstrtpg722pay.c index c2fe88d04f..00b7f59a6c 100644 --- a/gst/rtp/gstrtpg722pay.c +++ b/gst/rtp/gstrtpg722pay.c @@ -47,11 +47,13 @@ static GstStaticPadTemplate gst_rtp_g722_pay_src_template = "media = (string) \"audio\", " "encoding-name = (string) \"G722\", " "payload = (int) " GST_RTP_PAYLOAD_G722_STRING ", " + "encoding-params = (string) 1, " "clock-rate = (int) 8000; " "application/x-rtp, " "media = (string) \"audio\", " "encoding-name = (string) \"G722\", " "payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", " + "encoding-params = (string) 1, " "clock-rate = (int) 8000") );