gnomemm r1731 - in gstreamermm/trunk: . gstreamer/src
- From: jaalburqu svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1731 - in gstreamermm/trunk: . gstreamer/src
- Date: Tue, 7 Oct 2008 14:43:27 +0000 (UTC)
Author: jaalburqu
Date: Tue Oct 7 14:43:26 2008
New Revision: 1731
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1731&view=rev
Log:
2008-10-07 Josà Alburquerque <jaalburqu svn gnome org>
* gstreamer/src/pad.ccg: Added "direction" property to list of
Gst::Pad::Pad() construction properties.
* gstreamer/src/plugin.hg: Made TODO more specific.
Modified:
gstreamermm/trunk/ChangeLog
gstreamermm/trunk/gstreamer/src/pad.ccg
gstreamermm/trunk/gstreamer/src/plugin.hg
Modified: gstreamermm/trunk/gstreamer/src/pad.ccg
==============================================================================
--- gstreamermm/trunk/gstreamer/src/pad.ccg (original)
+++ gstreamermm/trunk/gstreamer/src/pad.ccg Tue Oct 7 14:43:26 2008
@@ -85,7 +85,8 @@
{
Pad::Pad(const Glib::RefPtr<PadTemplate>& templ, const Glib::ustring& name)
- : _CONSTRUCT("template", templ->gobj(), "name", name.c_str())
+ : _CONSTRUCT("name", name.c_str(), "direction", templ->get_direction(),
+ "template", templ->gobj())
{}
// This is handcoded because the documentation tells us that we need to copy
Modified: gstreamermm/trunk/gstreamer/src/plugin.hg
==============================================================================
--- gstreamermm/trunk/gstreamer/src/plugin.hg (original)
+++ gstreamermm/trunk/gstreamer/src/plugin.hg Tue Oct 7 14:43:26 2008
@@ -35,13 +35,13 @@
*/
_WRAP_GERROR(PluginError, GstPluginError, GST_PLUGIN_ERROR)
-//TODO: Edit references below to use gstreamermm classes/methods
/** Gst::Plugin â Container for features loaded from a shared object module.
* GStreamer is extensible, so Gst::Element instances can be loaded at runtime.
* A plugin system can provide one or more of the basic GStreamer
* Gst::PluginFeature subclasses.
*
+ * TODO: Edit following paragraph to use gstreamermm classes/methods:
* A plugin should export a symbol gst_plugin_desc that is a struct of type
* PluginDesc. the plugin loader will check the version of the core library
* the plugin was linked against and will create a new Gst::Plugin. It will
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]