flowcombiner: add GstFlowCombiner
authorThiago Santos <ts.santos@sisa.samsung.com>
Mon, 26 May 2014 15:31:33 +0000 (12:31 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Mon, 26 May 2014 18:29:53 +0000 (15:29 -0300)
commit9e8bd15c124eb62fdaeb7dcbae40cf816f8a63a9
treee96bb51166c677c5b3e90b34f6429772239eed0c
parentc6f92562b666d09a01545bee4fce7536d44fc5cc
flowcombiner: add GstFlowCombiner

Adds a utility struct that is capable of storing and aggregating flow returns
associated with pads.

This way all demuxers will have a standard function to use and have the
same expected results.

Includes tests.

https://bugzilla.gnome.org/show_bug.cgi?id=709224
libs/gst/base/Makefile.am
libs/gst/base/gstflowcombiner.c [new file with mode: 0644]
libs/gst/base/gstflowcombiner.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/libs/.gitignore
tests/check/libs/flowcombiner.c [new file with mode: 0644]
win32/common/libgstbase.def