Original commit message from CVS:
* gst/level/gstlevel.c: (gst_level_message_new):
Fix compilation (also known as the classic 'fix code that someone
committed without compiling it first').
+2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * gst/level/gstlevel.c: (gst_level_message_new):
+ Fix compilation (also known as the classic 'fix code that someone
+ committed without compiling it first').
+
2008-08-10 Stefan Kost <ensonic@users.sf.net>
* tests/check/elements/level.c:
gst_level_message_new (GstLevel * level, GstClockTime timestamp,
GstClockTime duration)
{
- GstBaseTransform *trans = GST_BASE_TRANSFORM_CAST (l);
+ GstBaseTransform *trans = GST_BASE_TRANSFORM_CAST (level);
GstStructure *s;
GValue v = { 0, };
GstClockTime endtime, running_time, stream_time;