mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
bufferpool: start with raised control socket
In the inactive state, the control socket should be in the raised state, we will release it when we start.
This commit is contained in:
parent
e672a372d6
commit
43f61f5c40
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ gst_buffer_pool_init (GstBufferPool * pool)
|
|||
pool->started = FALSE;
|
||||
pool->config = gst_structure_id_empty_new (GST_QUARK (BUFFER_POOL_CONFIG));
|
||||
gst_buffer_pool_config_set (pool->config, NULL, 0, 0, 0, 0, 1);
|
||||
gst_poll_write_control (pool->poll);
|
||||
|
||||
GST_DEBUG_OBJECT (pool, "created");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue