summaryrefslogtreecommitdiffstats
path: root/gst/level/gstlevel.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2004-10-26 15:36:17 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2004-10-26 15:36:17 +0000
commit3538476c2d330e064793b329e5627ff08b089f4f (patch)
treebee632a6df308501af658a01bbad98043f047b16 /gst/level/gstlevel.c
parentba6050cb4d2114a96d8fb7874d886312f5c5d460 (diff)
synchonised naming of pads and pad-templates
Original commit message from CVS: synchonised naming of pads and pad-templates
Diffstat (limited to 'gst/level/gstlevel.c')
-rw-r--r--gst/level/gstlevel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index d0cc62d5..e1a3bb50 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -43,7 +43,7 @@ static GstElementDetails level_details = {
/* pad templates */
static GstStaticPadTemplate sink_template_factory =
-GST_STATIC_PAD_TEMPLATE ("level_sink",
+GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw-int, "
@@ -55,7 +55,7 @@ GST_STATIC_PAD_TEMPLATE ("level_sink",
);
static GstStaticPadTemplate src_template_factory =
-GST_STATIC_PAD_TEMPLATE ("level_src",
+GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw-int, "