bufferpool: It's pool, not poo... even when talking about flushing
authorSebastian Dröge <sebastian@centricular.com>
Fri, 30 May 2014 07:12:14 +0000 (09:12 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 30 May 2014 07:12:50 +0000 (09:12 +0200)
gst/gstbufferpool.h

index 398a9ff753bfc884a6a48ffc73abadb698402874..5427cb12e654f6f5bbc7e737df95571de29279b2 100644 (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,