gnomemm r1266 - in gstreamermm/trunk: . examples/ogg_player_gtkmm gst/src tools/m4
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1266 - in gstreamermm/trunk: . examples/ogg_player_gtkmm gst/src tools/m4
- Date: Tue, 1 Jan 2008 08:50:21 +0000 (GMT)
Author: murrayc
Date: 2008-01-01 08:50:20 +0000 (Tue, 01 Jan 2008)
New Revision: 1266
ViewCVS link: http://svn.gnome.org/viewcvs/gnomemm?rev=1266&view=rev
Modified:
gstreamermm/trunk/ChangeLog
gstreamermm/trunk/examples/ogg_player_gtkmm/PlayerWindow.cc
gstreamermm/trunk/examples/ogg_player_gtkmm/PlayerWindow.h
gstreamermm/trunk/gst/src/bin.ccg
gstreamermm/trunk/gst/src/bin.hg
gstreamermm/trunk/gst/src/bus.ccg
gstreamermm/trunk/gst/src/bus.hg
gstreamermm/trunk/gst/src/caps.hg
gstreamermm/trunk/gst/src/element.ccg
gstreamermm/trunk/gst/src/element.hg
gstreamermm/trunk/gst/src/enums.hg
gstreamermm/trunk/gst/src/event.ccg
gstreamermm/trunk/gst/src/event.hg
gstreamermm/trunk/gst/src/format.ccg
gstreamermm/trunk/gst/src/format.hg
gstreamermm/trunk/gst/src/message.ccg
gstreamermm/trunk/gst/src/message.hg
gstreamermm/trunk/gst/src/pad.ccg
gstreamermm/trunk/gst/src/pad.hg
gstreamermm/trunk/gst/src/padtemplate.ccg
gstreamermm/trunk/gst/src/padtemplate.hg
gstreamermm/trunk/gst/src/pipeline.ccg
gstreamermm/trunk/gst/src/pipeline.hg
gstreamermm/trunk/gst/src/structure.ccg
gstreamermm/trunk/gst/src/structure.hg
gstreamermm/trunk/tools/m4/convert_gst.m4
Log:
2007-12-31 Josà Alburquerque <jaalburquerque cox com>
* examples/ogg_player_gtkmm/PlayerWindow.cc: modified to remove bus
watch when PlayerWindow is destroyed (in destructor)
* examples/ogg_player_gtkmm/PlayerWindow.h: added destructor (to
remove bus watch) and watch_id variable definition (to store bus watch
id)
* gst/src/bin.ccg: changed std::string usages to
* gst/src/bin.hg: Glib::ustring
* gst/src/bus.ccg: added remove_watch() method and modified
add_watch() to return a watch_id
* gst/src/bus.hg: modified add_watch() declaration to return unsigned
int and added a remove_watch() method
* gst/src/caps.hg: used Glib::ustring instead of std::string
* gst/src/element.ccg: removed handwritten sate_get_name() and
state_change_return_get_name() methods to use _WRAP_METHOD .hg file
instead
* gst/src/element.hg: used _WRAP_METHOD for state_get_name() and
state_change_return_get_name(); used Glib::ustring instead of
std::string
* gst/src/enums.hg: alphabetized enums; added EventType, TagMergeMode
and TagFlag
* gst/src/event.ccg: wrapped GstEvent
* gst/src/event.hg: wrapped GstEvent
* gst/src/format.ccg: used Glib::ustring instead of
* gst/src/format.hg: std::string
* gst/src/message.ccg: added MessageAsyncStart::parse() method
definition
* gst/src/message.hg: cleaned up spacing
* gst/src/pad.ccg: used Glib::ustring instead of
* gst/src/pad.hg: std::string
* gst/src/padtemplate.ccg: used Glib::ustring instead of
* gst/src/padtemplate.hg: std::string
* gst/src/pipeline.ccg: used Glib::ustring instead of
* gst/src/pipeline.hg: std::string
* gst/src/structure.ccg: used Glib::ustring instead of
* gst/src/structure.hg: std::string and added parameter names in .hg
file
* tools/m4/convert_gst.m4: added a GstEventType conversion macro
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]