From: Tim-Philipp Müller Date: Thu, 24 Jun 2010 17:03:21 +0000 (+0100) Subject: rmdemux: fix compiler warning when debugging system in core is disabled X-Git-Tag: 1.19.3~505^2~1081 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f5dabb71fc5faccb1fc3b4edaa600e70a4366db;p=platform%2Fupstream%2Fgstreamer.git rmdemux: fix compiler warning when debugging system in core is disabled --- diff --git a/gst/realmedia/rmdemux.c b/gst/realmedia/rmdemux.c index 265930d..93603af 100644 --- a/gst/realmedia/rmdemux.c +++ b/gst/realmedia/rmdemux.c @@ -2065,13 +2065,12 @@ gst_rmdemux_descramble_sipr_audio (GstRMDemux * rmdemux, GstBuffer *outbuf; guint packet_size = stream->packet_size; guint height = stream->subpackets->len; - guint leaf_size = stream->leaf_size; guint p; g_assert (stream->height == height); GST_LOG ("packet_size = %u, leaf_size = %u, height= %u", packet_size, - leaf_size, height); + stream->leaf_size, height); ret = gst_pad_alloc_buffer_and_set_caps (stream->pad, GST_BUFFER_OFFSET_NONE, height * packet_size,