diff options
Diffstat (limited to 'gst/rtp/gstrtpgsmenc.c')
-rw-r--r-- | gst/rtp/gstrtpgsmenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpgsmenc.c b/gst/rtp/gstrtpgsmenc.c index f6a731db..1a7d2726 100644 --- a/gst/rtp/gstrtpgsmenc.c +++ b/gst/rtp/gstrtpgsmenc.c @@ -49,7 +49,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_ALWAYS, GST_STATIC_CAPS ("application/x-rtp, " "media = (string) \"audio\", " - "payload = (int) [ 96, 255 ], " + "payload = (int) " GST_RTP_PAYLOAD_GSM_STRING ", " "clock-rate = (int) 8000, " "encoding-name = (string) \"GSM\"") ); |