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)
commitb1c00adfd74de4da492bc32ea342429380ff7696
tree15ae08d1c23b823ea9431387313cf39167daa397
parentb0a0974ea7192f495a3d88833bc46d1080aaf593
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