[gst-cvs] gstreamer-sharp: Add playbin2 and decodebin2 bindings
Sebastian Dröge
slomo at kemper.freedesktop.org
Thu May 28 02:21:48 PDT 2009
Module: gstreamer-sharp
Branch: master
Commit: ed13fe1646fb106388b88d15e8b2c2f82f61fab2
URL: http://cgit.freedesktop.org/gstreamer/gstreamer-sharp/commit/?id=ed13fe1646fb106388b88d15e8b2c2f82f61fab2
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Thu May 28 11:21:29 2009 +0200
Add playbin2 and decodebin2 bindings
---
doc/en/Gst.BasePlugins/DecodeBin.xml | 1 -
.../DecodeBin2+AutoplugContinueArgs.xml | 59 ++
.../DecodeBin2+AutoplugContinueHandler.xml | 23 +
.../DecodeBin2+AutoplugFactoriesArgs.xml | 59 ++
.../DecodeBin2+AutoplugFactoriesHandler.xml | 23 +
.../DecodeBin2+AutoplugSelectArgs.xml | 74 ++
.../DecodeBin2+AutoplugSelectHandler.xml | 23 +
.../DecodeBin2+AutoplugSortArgs.xml | 74 ++
.../DecodeBin2+AutoplugSortHandler.xml | 23 +
doc/en/Gst.BasePlugins/DecodeBin2+DrainedArgs.xml | 29 +
.../Gst.BasePlugins/DecodeBin2+DrainedHandler.xml | 23 +
.../DecodeBin2+NewDecodedPadArgs.xml | 59 ++
.../DecodeBin2+NewDecodedPadHandler.xml | 23 +
.../DecodeBin2+RemovedDecodedPadArgs.xml | 44 +
.../DecodeBin2+RemovedDecodedPadHandler.xml | 23 +
.../Gst.BasePlugins/DecodeBin2+UnknownTypeArgs.xml | 59 ++
.../DecodeBin2+UnknownTypeHandler.xml | 23 +
doc/en/Gst.BasePlugins/DecodeBin2.xml | 520 +++++++++++
doc/en/Gst.BasePlugins/PlayBin.xml | 3 -
.../Gst.BasePlugins/PlayBin2+AboutToFinishArgs.xml | 29 +
.../PlayBin2+AboutToFinishHandler.xml | 23 +
.../Gst.BasePlugins/PlayBin2+AudioChangedArgs.xml | 29 +
.../PlayBin2+AudioChangedHandler.xml | 23 +
doc/en/Gst.BasePlugins/PlayBin2+PlayFlagsType.xml | 115 +++
.../Gst.BasePlugins/PlayBin2+TextChangedArgs.xml | 29 +
.../PlayBin2+TextChangedHandler.xml | 23 +
.../Gst.BasePlugins/PlayBin2+VideoChangedArgs.xml | 29 +
.../PlayBin2+VideoChangedHandler.xml | 23 +
doc/en/Gst.BasePlugins/PlayBin2.xml | 917 ++++++++++++++++++++
doc/en/index.xml | 27 +
gstreamer-sharp/baseplugins/Makefile.am | 4 +-
gstreamer-sharp/baseplugins/decodebin2.metadata | 18 +
gstreamer-sharp/baseplugins/inspect/decodebin.raw | 8 -
gstreamer-sharp/baseplugins/inspect/decodebin2.raw | 164 ++++
gstreamer-sharp/baseplugins/inspect/playbin.raw | 25 -
gstreamer-sharp/baseplugins/inspect/playbin2.raw | 333 +++++++
gstreamer-sharp/baseplugins/playbin2.metadata | 10 +
37 files changed, 2955 insertions(+), 39 deletions(-)
Diff: http://cgit.freedesktop.org/gstreamer/gstreamer-sharp/diff/?id=ed13fe1646fb106388b88d15e8b2c2f82f61fab2
More information about the Gstreamer-commits
mailing list