From: Edward Hervey Date: Mon, 11 Aug 2008 10:53:06 +0000 (+0000) Subject: gst/level/gstlevel.c: Fix compilation (also known as the classic 'fix code that someo... X-Git-Tag: RELEASE-0_10_11~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b7172ae9e6aa18ac3ee79ea0286324b0b4d236f;p=platform%2Fupstream%2Fgst-plugins-good.git gst/level/gstlevel.c: Fix compilation (also known as the classic 'fix code that someone committed without compiling i... 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'). --- diff --git a/ChangeLog b/ChangeLog index ec67061ed..6d89fa5ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-11 Edward Hervey + + * 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 * tests/check/elements/level.c: diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index d117fa368..d4bdc4e0a 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -502,7 +502,7 @@ static GstMessage * 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;