summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmp4vdepay.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/gstrtpmp4vdepay.c
parentcdb18ecaa700952e2f42be49260afac3ee599047 (diff)
don't use underscores
Original commit message from CVS: don't use underscores
Diffstat (limited to 'gst/rtp/gstrtpmp4vdepay.c')
-rw-r--r--gst/rtp/gstrtpmp4vdepay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpmp4vdepay.c b/gst/rtp/gstrtpmp4vdepay.c
index 4250e77b..fba38d6b 100644
--- a/gst/rtp/gstrtpmp4vdepay.c
+++ b/gst/rtp/gstrtpmp4vdepay.c
@@ -57,7 +57,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_STATIC_CAPS ("application/x-rtp, "
"media = (string) \"video\", "
"payload = (int) [ 96, 255 ], "
- "clock_rate = (int) [1, MAX ], " "encoding_name = (string) \"MP4V-ES\""
+ "clock-rate = (int) [1, MAX ], " "encoding-name = (string) \"MP4V-ES\""
/* All optional parameters
*
* "profile-level-id=[1,MAX]"
@@ -166,7 +166,7 @@ gst_rtpmp4vdec_setcaps (GstPad * pad, GstCaps * caps)
structure = gst_caps_get_structure (caps, 0);
- if (!gst_structure_get_int (structure, "clock_rate", &rtpmp4vdec->rate))
+ if (!gst_structure_get_int (structure, "clock-rate", &rtpmp4vdec->rate))
rtpmp4vdec->rate = 90000;
srccaps = gst_caps_new_simple ("video/mpeg",