Policy element integration submit/2.0alpha/20121203.143615
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>
Mon, 3 Dec 2012 14:21:40 +0000 (16:21 +0200)
commita82f1b0be22c0f0b0f7e3a188e56f87ab5d6647a
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]