summaryrefslogtreecommitdiffstats
path: root/gst/level
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-08-10 15:52:42 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-08-10 15:52:42 +0000
commit20b5b4c2d9bb33157ce27386fd0017883499c7fd (patch)
tree2138fd26f4731a8430cc2e29375f8e2510610257 /gst/level
parentcac09e5a1b5079a642fe72157ce6197d7d46d5e4 (diff)
gst/level/gstlevel.c: Little renaming (l -> level).
Original commit message from CVS: * gst/level/gstlevel.c: Little renaming (l -> level). * gst/spectrum/gstspectrum.c: * gst/spectrum/gstspectrum.h: Also send full timestamp/duration details here.
Diffstat (limited to 'gst/level')
-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 2cbf8930..d117fa36 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -499,7 +499,7 @@ gst_level_start (GstBaseTransform * trans)
}
static GstMessage *
-gst_level_message_new (GstLevel * l, GstClockTime timestamp,
+gst_level_message_new (GstLevel * level, GstClockTime timestamp,
GstClockTime duration)
{
GstBaseTransform *trans = GST_BASE_TRANSFORM_CAST (l);
@@ -529,7 +529,7 @@ gst_level_message_new (GstLevel * l, GstClockTime timestamp,
g_value_unset (&v);
- return gst_message_new_element (GST_OBJECT (l), s);
+ return gst_message_new_element (GST_OBJECT (level), s);
}
static void