Gtkmm-forge Digest, Vol 30, Issue 6



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-owner lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 551189] missing	Gst::MessageStateChanged::parse
      implementation (gnomemm (bugzilla.gnome.org))
   2. [Bug 539059] Gst::get_option_group does not cause
      Gst::wrap_init to be called (gnomemm (bugzilla.gnome.org))
   3. [Bug 552305] set_property on a "caps" property	fails
      (gnomemm (bugzilla.gnome.org))
   4. [Bug 556570] Version 0.9.7 fails to build due to	call to
      ``GstBase::wrap_init()'' in gstreamer/gstreamermm/init.cc
      (gnomemm (bugzilla.gnome.org))
   5. [Bug 559374] get_items_at shouldn't be const
      (gnomemm (bugzilla.gnome.org))
   6. [Bug 559374] get_items_at shouldn't be const
      (gnomemm (bugzilla.gnome.org))
   7. [Bug 559374] get_items_at shouldn't be const
      (gnomemm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Wed,  5 Nov 2008 13:25:35 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 551189] missing
	Gst::MessageStateChanged::parse implementation
To: gtkmm-forge lists sourceforge net
Message-ID: <20081105132536 14BFF23F50D label gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=551189

  gnomemm | gstreamermm | Ver: unspecified

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Comment #3 from Jos? Alburquerque  2008-11-05 13:25 UTC -------
Closing because Gst::MessageStateChanged::parse*() methods have been
implemented.  Thanks.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=551189.



------------------------------

Message: 2
Date: Wed,  5 Nov 2008 13:32:06 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 539059] Gst::get_option_group does not
	cause	Gst::wrap_init to be called
To: gtkmm-forge lists sourceforge net
Message-ID: <20081105133206 8E4E123F510 label gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=539059

  gnomemm | gstreamermm | Ver: unspecified

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from Jos? Alburquerque  2008-11-05 13:32 UTC -------
Closing as fixed.  I hope the following changes are enough:

2008-06-30  Jos? Alburquerque  <jaalburqu svn gnome org>

        * gstreamer/gstreamermm/init.cc:
        * gstreamer/gstreamermm/init.h: Added Gst::init() and
        Gst::init_check() with no arguments to fix bug #539059.
        * tests/Makefile.am:
        * tests/test-init-check-noargs.cc:
        * tests/test-init-check.cc:
        * tests/test-init-noargs.cc:
        * tests/test-init.cc: Added init tests to test Gst::init() and
        Gst::init_check() methods (arguments and no argument versions).

        * gstreamerbase/gstreamerbasemm/init.h: Made it clear in the
        GstBase::init() function docs that Gst::init() functions already
        initialize gstreamerbasemm (no need to call GstBase::init() directly).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=539059.



------------------------------

Message: 3
Date: Wed,  5 Nov 2008 13:40:32 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 552305] set_property on a "caps"
	property	fails
To: gtkmm-forge lists sourceforge net
Message-ID: <20081105134032 0921123F510 label gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=552305

  gnomemm | gstreamermm | Ver: 2.22

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from Jos? Alburquerque  2008-11-05 13:40 UTC -------
Thanks for reporting.  The following changes fix this:

2008-09-16  Jos? Alburquerque  <jaalburqu svn gnome org>

        * gstreamer/src/caps.ccg:
        * gstreamer/src/caps.hg: Added template specialization Glib::Value<
        Glib::RefPtr<Gst::Caps> > so that Glib::ObjectBase::set_property()
        doesn't fail when setting the "caps" property of certain GStreamer
        elements such as `multifilesrc' (from gst-plugins-good); also added
        Gst::Caps::get_type() without which the specialization could not
        compile.
        * tests/Makefile.am:
        * tests/test-property-caps.cc: Added "caps" property setting test for
        compile verification.

        Should fix bug #552305.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=552305.



------------------------------

Message: 4
Date: Wed,  5 Nov 2008 16:11:03 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 556570] Version 0.9.7 fails to build
	due to	call to ``GstBase::wrap_init()'' in
	gstreamer/gstreamermm/init.cc
To: gtkmm-forge lists sourceforge net
Message-ID: <20081105161103 157B623F513 label gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=556570

  gnomemm | gstreamermm | Ver: unspecified




------- Comment #14 from Jos? Alburquerque  2008-11-05 16:11 UTC -------
Thanks.  Committed with minor adaptation:

2008-11-05  Jos? Alburquerque  <jaalburqu svn gnome org>

        * INSTALL: Added standard install instructions with specific comment
        about unsupported linking flags (adapted from patch).
        Bug #556570 (Deng Xiyue)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=556570.



------------------------------

Message: 5
Date: Wed,  5 Nov 2008 18:49:20 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 559374] get_items_at shouldn't be const
To: gtkmm-forge lists sourceforge net
Message-ID: <20081105184920 139CC23F512 label gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559374

  gnomemm | goocanvasmm | Ver: unspecified




------- Comment #3 from Armin Burgmeier  2008-11-05 18:49 UTC -------
Created an attachment (id=122045)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=122045&action=view)
Proposed patch

This patch makes that vfunc non-const. This would break ABI, I think. Is
goocanvasmm ABI stable? Even if, probably the get_items_at_vfunc could not have
been used in a senseful way in the current form anyway.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=559374.



------------------------------

Message: 6
Date: Wed,  5 Nov 2008 18:49:38 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 559374] get_items_at shouldn't be const
To: gtkmm-forge lists sourceforge net
Message-ID: <20081105184938 C153A23F512 label gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559374

  gnomemm | goocanvasmm | Ver: unspecified

Armin Burgmeier changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=559374.



------------------------------

Message: 7
Date: Thu,  6 Nov 2008 17:01:07 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 559374] get_items_at shouldn't be const
To: gtkmm-forge lists sourceforge net
Message-ID: <20081106170107 8795223F513 label gnome org>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559374

  gnomemm | goocanvasmm | Ver: unspecified




------- Comment #4 from Murray Cumming  2008-11-06 17:01 UTC -------
Yes, it should not be const. Please apply. We are not really ABI stable.

Where a vfunc would need 2 method overloads to do constness properly, we should
just make it non-const.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=559374.



------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

------------------------------

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 30, Issue 6
******************************************


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]