gnomemm r1744 - in gstreamermm/trunk: . gstreamer/src gstreamerbase/src
- From: jaalburqu svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1744 - in gstreamermm/trunk: . gstreamer/src gstreamerbase/src
- Date: Wed, 15 Oct 2008 03:49:31 +0000 (UTC)
Author: jaalburqu
Date: Wed Oct 15 03:49:31 2008
New Revision: 1744
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1744&view=rev
Log:
2008-10-14 Josà Alburquerque <jaalburqu svn gnome org>
* gstreamerbase/src/colorbalance.hg: Added extra ref to
GstColorBalance signal conversion.
* gstreamer/src/plugin.hg: Removed paragraph that was also removed in
C API.
Modified:
gstreamermm/trunk/ChangeLog
gstreamermm/trunk/gstreamer/src/plugin.hg
gstreamermm/trunk/gstreamerbase/src/colorbalance.hg
Modified: gstreamermm/trunk/gstreamer/src/plugin.hg
==============================================================================
--- gstreamermm/trunk/gstreamer/src/plugin.hg (original)
+++ gstreamermm/trunk/gstreamer/src/plugin.hg Wed Oct 15 03:49:31 2008
@@ -51,8 +51,6 @@
* Once you have a handle to a Gst::Plugin (e.g. from the RegistryPool), you
* can add any object that subclasses Gst::PluginFeature.
*
- * Use find_feature() and feature_list() to find features in a plugin.
- *
* Usually plugins are always automaticlly loaded so you don't need to call
* gst_plugin_load() explicitly to bring it into memory. There are options to
* statically link plugins to an app or even use GStreamer without a plugin
Modified: gstreamermm/trunk/gstreamerbase/src/colorbalance.hg
==============================================================================
--- gstreamermm/trunk/gstreamerbase/src/colorbalance.hg (original)
+++ gstreamermm/trunk/gstreamerbase/src/colorbalance.hg Wed Oct 15 03:49:31 2008
@@ -45,7 +45,7 @@
_WRAP_METHOD(void set_value(const Glib::RefPtr<ColorBalanceChannel>& channel, int value), gst_color_balance_set_value)
_WRAP_METHOD(void value_changed(const Glib::RefPtr<ColorBalanceChannel>& channel, int value), gst_color_balance_value_changed)
-#m4 _CONVERSION(`GstColorBalanceChannel*', `const Glib::RefPtr<ColorBalanceChannel>&', `Glib::wrap($3)')
+#m4 _CONVERSION(`GstColorBalanceChannel*', `const Glib::RefPtr<ColorBalanceChannel>&', `Glib::wrap($3, true)')
/** Fired when the value of the indicated channel has changed.
*/
_WRAP_SIGNAL(void value_changed(const Glib::RefPtr<ColorBalanceChannel>& channel, int value), "value-changed")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]