mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
GStreamer multimedia framework
* sample/HelloWorld.cs: Cleaned up, works with new dynamic signal stuff * gstreamer-sharp.mdp: Updated MonoDevelop project * gstreamer-sharp/glue/dynamicsignal.c: * gstreamer-sharp/DynamicSignal.cs: Added DynamicSignal support for runtime GObject signal binding * gstreamer-sharp/glue/Makefile.am: * gstreamer-sharp/Makefile.am: Updated build * gstreamer-sharp/Element.custom: Removed old DynamicSignal stuff and added pass-thru/proxy Connect/Disconnect methods on top of GLib.DynamicSignal * gstreamer-sharp/DynamicSignalHandlerGenerator.cs: * gstreamer-sharp/DynamicSignalMarshalHandler.cs: Removed * gstreamer-sharp/gstreamer-sharp.dll.config.in: Updated maps, removed old 0.8 maps git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@62542 e3ebcda4-bce8-0310-ba0a-eca2169e7518 |
||
---|---|---|
doc | ||
gstreamer-sharp | ||
sample | ||
source | ||
tests | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
gstreamer-sharp-0.10.pc.in | ||
gstreamer-sharp.mdp | ||
gstreamer-sharp.mds | ||
gstreamer-sharp.snk | ||
gtk-sharp-gapi-fixup.diff | ||
Makefile.am | ||
NEWS | ||
README |
DISCLAIMER ---------- This project is no where near completion and should NOT be used AT ALL in any release-ready/stable project. By building and installing this project, you understand that no support will be given and it may very well set fire you your system and delete all of your data. If this happens, the only person responsible is yourself. You have been warned. (It probably won't be that bad) INSTALLATION ------------ To build gstreamer-sharp, you must have a subversion checkout of gtk-sharp-2.0 and apply the gapi-fixup patch and install gapi-fixup: $ cd ~/cvs/mono $ svn co svn://svn.myrealbox.com/source/trunk/gtk-sharp $ cd gtk-sharp $ patch -p0 < ~/cvs/mono/gstreamer-sharp/gtk-sharp-gapi-fixup.diff $ ./bootstrap-2.8 --prefix=/usr $ cd parser $ make $ sudo make install This will patch, build, and install the fixed gapi-fixup tool without overwriting your existing gtk-sharp library install. Of course, substitute ~/cvs/mono/ for the proper location of each respective checkout. Once gapi-fixup has been installed, you may continue building gstreamer-sharp like any other source module.