mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
ringbuffer: store info so we can debug it
This commit is contained in:
parent
f97a9bdc68
commit
ca6ebee870
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue