basesink: use the slightly more correct take_sample for last-sample
authorMatthew Waters <matthew@centricular.com>
Mon, 25 May 2015 11:02:28 +0000 (21:02 +1000)
committerMatthew Waters <matthew@centricular.com>
Mon, 25 May 2015 11:05:56 +0000 (21:05 +1000)
commit8bc0a6c5628b15509f94734e2f9d5dca9a0a71d8
tree0eeba1df3a632e6dca8eef0746997c678e39c879
parentf9e5178dd16c46029e645561dc7d519c3496bfd3
basesink: use the slightly more correct take_sample for last-sample

gst_value_take_buffer() and gst_value_take_sample() both resolve to
g_value_take_boxed().  Use the method with the correct name if we
ever change that.
libs/gst/base/gstbasesink.c