[gst-cvs] teebaum gst-bind: gst-bind/c++/ gst-bind/c++/examples/ gst-bind/c++/examples/helloworld/ gst-bind/c++/gst/ gst-bind/c++/gst/gstmm/ gst-bind/c++/gst/src/ gst-bind/c++/tools/extra_defs_gen/ gst-bind/c++/tools/m4/

Martin Schulze teebaum at users.sourceforge.net
Sun Mar 30 09:04:02 PST 2003


CVS Root:       /cvsroot/gstreamer
Module:         gst-bind
Changes by:     teebaum
Date:           Sun Mar 30 2003  09:03:09 PST

Log message:
2003-03-30  Martin Schulze  <MHL.Schulze at t-online.de>
	* tools/m4/const_gstmm.m4: Some changes as usual.
	* tools/extra_defs_gen/generate_defs_gst.cc: Add Pipeline.
	* gst/src/gst_signals.defs: Regerenerated with generate_extra_defs.
	* gst/src/gst_vfuncs.defs: Manually add vfuncs for Element and Bin.
	* gst/src/object.*: Add Object::{get,set}_property(). These
	functions are protected in Glib::Object. However, it seems that
	we must use them directly, sometimes, like in helloworld.cc.
	* gst/src/pad.*, gst/src/element.*: Inline {get,set}_flags().
	* gst/src/bin.*: Fill in empty wrapper Bin.
	* gst/src/pipeline.*: New wrapper for Pipeline.
	* gst/src/main.{cc,h}: Include popt.h, comment out call to gst_version().
	* gst/gstmm.h: Include all header files.
	* configure.in, examples/Makefile.am*,
	examples/helloworld/Makefile.am, examples/helloworld/helloworld.cc:
	Make example hellowork compile.

Modified files:
    c++             : ChangeLog configure.in
    c++/examples/helloworld: helloworld.cc
    c++/gst         : gstmm.h
    c++/gst/gstmm   : main.cc main.h
    c++/gst/src     : Makefile.am Makefile_list_of_hg.am_fragment
                      bin.ccg bin.hg element.ccg element.hg
                      gst_signals.defs gst_vfuncs.defs object.ccg
                      object.hg pad.ccg pad.hg
    c++/tools/extra_defs_gen: generate_defs_gst.cc
    c++/tools/m4    : convert_gstmm.m4
Added files:
    c++/examples    : Makefile.am Makefile.am_fragment
    c++/examples/helloworld: Makefile.am
    c++/gst/src     : pipeline.ccg pipeline.hg

Links:
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/ChangeLog.diff?r1=1.26&r2=1.27
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/configure.in.diff?r1=1.5&r2=1.6
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/examples/Makefile.am?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/examples/Makefile.am_fragment?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/examples/helloworld/Makefile.am?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/examples/helloworld/helloworld.cc.diff?r1=1.1&r2=1.2
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/gstmm.h.diff?r1=1.2&r2=1.3
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/gstmm/main.cc.diff?r1=1.2&r2=1.3
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/gstmm/main.h.diff?r1=1.2&r2=1.3
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/Makefile.am.diff?r1=1.1&r2=1.2
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/Makefile_list_of_hg.am_fragment.diff?r1=1.4&r2=1.5
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/bin.ccg.diff?r1=1.1&r2=1.2
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/bin.hg.diff?r1=1.2&r2=1.3
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/element.ccg.diff?r1=1.6&r2=1.7
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/element.hg.diff?r1=1.9&r2=1.10
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/gst_signals.defs.diff?r1=1.4&r2=1.5
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/gst_vfuncs.defs.diff?r1=1.1&r2=1.2
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/object.ccg.diff?r1=1.3&r2=1.4
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/object.hg.diff?r1=1.4&r2=1.5
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/pad.ccg.diff?r1=1.5&r2=1.6
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/pad.hg.diff?r1=1.10&r2=1.11
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/pipeline.ccg?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/gst/src/pipeline.hg?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/tools/extra_defs_gen/generate_defs_gst.cc.diff?r1=1.5&r2=1.6
http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-bind/c%2b%2b/tools/m4/convert_gstmm.m4.diff?r1=1.9&r2=1.10




More information about the Gstreamer-commits mailing list