summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pdepay.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/gstrtph263pdepay.c
parentcdb18ecaa700952e2f42be49260afac3ee599047 (diff)
don't use underscores
Original commit message from CVS: don't use underscores
Diffstat (limited to 'gst/rtp/gstrtph263pdepay.c')
-rw-r--r--gst/rtp/gstrtph263pdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph263pdepay.c b/gst/rtp/gstrtph263pdepay.c
index 138388e7..4a7467bd 100644
--- a/gst/rtp/gstrtph263pdepay.c
+++ b/gst/rtp/gstrtph263pdepay.c
@@ -56,7 +56,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
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\"")
);