Policy element integration 79/2479/1 accepted/2.0alpha/20130116.195427 submit/2.0alpha/20121212.074539
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Mon, 26 Nov 2012 09:08:17 +0000 (11:08 +0200)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Tue, 4 Dec 2012 08:00:13 +0000 (10:00 +0200)
commit9c0d244072ec8c459a1cd9358d3ae754fd861b21
treeda1cd8a6088922fbcc7558ba28ee685c7c5cfa7a
parent433bf20b7559df453185c87fb604fa2c223ae6e0
Policy element integration
21 files changed:
configure.ac
gst-libs/gst/Makefile.am
gst-libs/gst/policy/Makefile.am [new file with mode: 0644]
gst-libs/gst/policy/gstpolicy.c [new file with mode: 0644]
gst-libs/gst/policy/gstpolicy.h [new file with mode: 0644]
gst-plugins-base.spec.in
gst/playback/gstplaybin2.c
gst/playback/gstplaysink.c
gst/policy/Makefile.am [new file with mode: 0644]
gst/policy/gstautopolicy.c [new file with mode: 0644]
gst/policy/gstautopolicy.h [new file with mode: 0644]
gst/policy/gstdefaultpolicy.c [new file with mode: 0644]
gst/policy/gstdefaultpolicy.h [new file with mode: 0644]
gst/policy/gstpolicyplugin.c [new file with mode: 0644]
gst/policy/gstpolicyplugin.h [new file with mode: 0644]
packaging/gst-plugins-base.spec
pkgconfig/Makefile.am
pkgconfig/gstreamer-policy-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-policy.pc.in [new file with mode: 0644]
tests/check/Makefile.am
tests/check/elements/policy.c [new file with mode: 0644]