bufferpool: Update the configure even if set_config() returned false
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 8 Apr 2014 23:27:55 +0000 (19:27 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 8 May 2014 17:08:21 +0000 (13:08 -0400)
commit43acfbbb86c4c140dc1f90bed31e7c0d708b74fd
tree5ee3f3411b8368f361dfd4114af6556615af3986
parent6079666a71ab098151207a0564946e433fa7838b
bufferpool: Update the configure even if set_config() returned false

According to the documentation, when set_config() return false, it should be
possible to read the modified version of the config. This patch fixes the
implementation so it is now according to the documentation.

https://bugzilla.gnome.org/show_bug.cgi?id=727916
gst/gstbufferpool.c