synchonised naming of pads and pad-templates
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 26 Oct 2004 15:36:17 +0000 (15:36 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 26 Oct 2004 15:36:17 +0000 (15:36 +0000)
Original commit message from CVS:
synchonised naming of pads and pad-templates

ChangeLog
gst/level/gstlevel.c

index cb2bbac..c43c566 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index d0cc62d..e1a3bb5 100644 (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, "