Skip to content
Snippets Groups Projects
Commit ca6ebee8 authored by Wim Taymans's avatar Wim Taymans
Browse files

ringbuffer: store info so we can debug it

parent f97a9bdc
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment