From: Wim Taymans Date: Wed, 28 Sep 2011 14:07:53 +0000 (+0200) Subject: ringbuffer: store info so we can debug it X-Git-Tag: 1.19.3~511^2~7289 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca6ebee8709542c2299e248976ceb45b11b7bd40;p=platform%2Fupstream%2Fgstreamer.git ringbuffer: store info so we can debug it --- diff --git a/gst-libs/gst/audio/gstringbuffer.c b/gst-libs/gst/audio/gstringbuffer.c index 53dfa71..ebbaf64 100644 --- a/gst-libs/gst/audio/gstringbuffer.c +++ b/gst-libs/gst/audio/gstringbuffer.c @@ -282,11 +282,11 @@ gst_ring_buffer_parse_caps (GstRingBufferSpec * spec, GstCaps * caps) * not changed, we assume the same value as segtotal */ spec->seglatency = -1; + spec->info = info; + gst_ring_buffer_debug_spec_caps (spec); gst_ring_buffer_debug_spec_buff (spec); - spec->info = info; - return TRUE; /* ERRORS */