[Gstreamer-bugs] [Bug 108132] Changed - Make gstmm a little more compilable (incomplete)

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Mar 12 02:54:18 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=108132

Changed by mhl.schulze at t-online.de.

--- shadow/108132	Wed Mar 12 01:41:51 2003
+++ shadow/108132.tmp.17523	Wed Mar 12 05:54:18 2003
@@ -62,6 +62,44 @@
 Created an attachment (id=14942)
 New file. scheduler.hg
 
 
 ------- Additional Comments From MHL.Schulze at t-online.de  2003-03-11 18:46 -------
 I will look into this tomorrow. Martin.
+
+------- Additional Comments From MHL.Schulze at t-online.de  2003-03-12 05:54 -------
+I committed "First Patch" along with other changes of my own.
+
+Changes I left out:
+
+_CLASS_GTK_OBJECT -> _CLASS_GOBJECT:
+pointer -> Glib::RefPtr<>:
+I'd like to try this seperately. But don't have the time right now.
+
+Index: configure.in
+! GTKMM_PREFIX=`pkg-config --variable=prefix glibmm-2.0`
+Wrong. Build requires gtkmmproc which is part of gtkmm-2.0 not glibmm-2.0.
+
+Index: gst/src/pad.hg
+!   _WRAP_METHOD(const GstEventMask* get_event_masks() const,
+gst_pad_get_event_masks)
+Why not EventMask ?
+
+Index: gst/src/pad.hg
+!   _WRAP_METHOD(const GstQueryType* get_query_types() const,
+gst_pad_get_query_types)
+Why not QueryType ?
+
+Index: gst/src/pad.hg
++ class PadTemplate : Gst::Object {
++  
+_CLASS_GTKOBJECT(PadTemplate,GstPadTemplate,GST_PAD_TEMPLATE,Gst::PadTemplate,GstPadTemplate)
+  };
+I added new files pad_template.{ccg,hg} for this. (Sorry, I wrote them
+some time ago and didn't have the time to make them compilable now.)
+
+
+The change I like most :)
+
+Index: gst/src/pad.hg
+!   virtual ButterPool* get_buffer_pool_vfunc() const;
+Hm, I must have been very hungry when I wrote this :-)





More information about the Gstreamer-bugs mailing list