insertbin: Add bin to dynamically insert elements in a running pipeline
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 15 Mar 2012 18:12:21 +0000 (14:12 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 24 Jan 2013 02:13:03 +0000 (21:13 -0500)
commitd1023646f9ef0437d134ae0ba006855e1b9982d6
treed2ab938ecb4d168d65929ca3d76dc347dd29ec78
parent07a51b16eb92e998a831e65a4a54466da29ea469
insertbin: Add bin to dynamically insert elements in a running pipeline

This element automatically links in any element added using it's
action signals. These elements must have a single source pad and a single
sink pad.
18 files changed:
.gitignore
Android.mk
configure.ac
docs/libs/Makefile.am
docs/libs/gst-plugins-bad-libs-docs.sgml
docs/libs/gst-plugins-bad-libs-sections.txt
docs/libs/gst-plugins-bad-libs.types
gst-libs/gst/Makefile.am
gst-libs/gst/insertbin/Makefile.am [new file with mode: 0644]
gst-libs/gst/insertbin/gstinsertbin.c [new file with mode: 0644]
gst-libs/gst/insertbin/gstinsertbin.h [new file with mode: 0644]
gst-plugins-bad.spec.in
pkgconfig/Makefile.am
pkgconfig/gstreamer-insertbin-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-insertbin.pc.in [new file with mode: 0644]
tests/check/Makefile.am
tests/check/libs/.gitignore
tests/check/libs/insertbin.c [new file with mode: 0644]