videoaggregator: fix a refcount error when keeping the buffer
authorMatthew Waters <ystreet00@gmail.com>
Thu, 26 Jun 2014 14:09:08 +0000 (00:09 +1000)
committerMatthew Waters <ystreet00@gmail.com>
Thu, 26 Jun 2014 14:14:03 +0000 (00:14 +1000)
commit2e83aca728e467594a944b033974e635554f5d54
tree1117948c893ad712f660c9c6e9b072bd58806992
parentc46b63d44ebdd86325f9518a255d2fc2da9b13e6
videoaggregator: fix a refcount error when keeping the buffer

We take a ref on the pad's buffer at the beginning so we need to
unref when we are done in all cases.
gst-libs/gst/video/gstvideoaggregator.c