mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
bufferpool: It's pool, not poo... even when talking about flushing
This commit is contained in:
parent
96361e9b5c
commit
67138f4ee8
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ GstStructure * gst_buffer_pool_get_config (GstBufferPool *pool);
|
|||
const gchar ** gst_buffer_pool_get_options (GstBufferPool *pool);
|
||||
gboolean gst_buffer_pool_has_option (GstBufferPool *pool, const gchar *option);
|
||||
|
||||
void gst_buffer_pool_set_flushing (GstBufferPool *poo, gboolean flushing);
|
||||
void gst_buffer_pool_set_flushing (GstBufferPool *pool, gboolean flushing);
|
||||
|
||||
/* helpers for configuring the config structure */
|
||||
void gst_buffer_pool_config_set_params (GstStructure *config, GstCaps *caps,
|
||||
|
|
Loading…
Reference in a new issue