mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-07 08:39:54 +00:00
v4l2bufferpool: Add a trace when _start() is called
This commit is contained in:
parent
2cb6b9775c
commit
e70173e28a
1 changed files with 2 additions and 0 deletions
|
@ -614,6 +614,8 @@ gst_v4l2_buffer_pool_start (GstBufferPool * bpool)
|
|||
guint size, min_buffers, max_buffers;
|
||||
guint num_buffers = 0, copy_threshold = 0;
|
||||
|
||||
GST_DEBUG_OBJECT (pool, "activating pool");
|
||||
|
||||
config = gst_buffer_pool_get_config (bpool);
|
||||
if (!gst_buffer_pool_config_get_params (config, &caps, &size, &min_buffers,
|
||||
&max_buffers))
|
||||
|
|
Loading…
Reference in a new issue