ringbuffer: store info so we can debug it

This commit is contained in:
Wim Taymans 2011-09-28 16:07:53 +02:00
parent f97a9bdc68
commit ca6ebee870

View file

@ -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 */