summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263ppay.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-20 10:51:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-20 10:51:51 +0000
commit67abe2f343ab7249ab1e5cba42043e8b84a15e37 (patch)
tree40f469d632da2e51850d3a67eb680e186a632e30 /gst/rtp/gstrtph263ppay.c
parentcdb18ecaa700952e2f42be49260afac3ee599047 (diff)
don't use underscores
Original commit message from CVS: don't use underscores
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);