diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2014-05-08 12:47:43 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2014-05-08 13:11:14 -0400 |
commit | 194db480e061f3b43c06e1f162715939e7f29c58 (patch) | |
tree | 909252ee2d71e16c1a6b029bfc71c90ecf7ab182 /win32 | |
parent | 43acfbbb86c4c140dc1f90bed31e7c0d708b74fd (diff) |
bufferpool: Add an helper to validate config
When we call gst_buffer_pool_set_config() the pool may return FALSE and
slightly change the parameters. This helper is useful to do the minial required
validation before accepting the modified configuration.
https://bugzilla.gnome.org/show_bug.cgi?id=727916
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 96f84fbe9..d54273628 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -148,6 +148,7 @@ EXPORTS gst_buffer_pool_config_n_options gst_buffer_pool_config_set_allocator gst_buffer_pool_config_set_params + gst_buffer_pool_config_validate_params gst_buffer_pool_get_config gst_buffer_pool_get_options gst_buffer_pool_get_type |