bufferpool: It's pool, not poo... even when talking about flushing

This commit is contained in:
Sebastian Dröge 2014-05-30 09:12:14 +02:00
parent 96361e9b5c
commit 67138f4ee8

View file

@ -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,