summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263ppay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtph263ppay.c')
-rw-r--r--gst/rtp/gstrtph263ppay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph263ppay.c b/gst/rtp/gstrtph263ppay.c
index c1fb93fa..ebf1207f 100644
--- a/gst/rtp/gstrtph263ppay.c
+++ b/gst/rtp/gstrtph263ppay.c
@@ -44,7 +44,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_STATIC_CAPS ("application/x-rtp, "
"media = (string) \"video\", "
"payload = (int) [ 96, 255 ], "
- "clock_rate = (int) 90000, " "encoding_name = (string) \"H263-1998\"")
+ "clock-rate = (int) 90000, " "encoding-name = (string) \"H263-1998\"")
);
static void gst_rtph263penc_class_init (GstRtpH263PEncClass * klass);