synchonised naming of pads and pad-templates

Original commit message from CVS:
synchonised naming of pads and pad-templates
This commit is contained in:
Stefan Kost 2004-10-26 15:36:17 +00:00
parent ba6050cb4d
commit 3538476c2d
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-10-26 Stefan Kost <ensonic@users.sf.net>
* gst/level/gstlevel.c:
synchonised naming of pads and pad-templates
2004-10-26 Wim Taymans <wim@fluendo.com>
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),

View file

@ -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, "