Gtkmm-forge Digest, Vol 38, Issue 11



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 589683] Gio::MemoryInputStream::add_data()	wrapped badly
      (glibmm (bugzilla.gnome.org))
   2. [Bug 589683] Gio::MemoryInputStream::add_data()	wrapped badly
      (glibmm (bugzilla.gnome.org))
   3. [Bug 590199] New: Add Bin::add_ghost_pad(name,	element,
      element_pad_name) method? (gnomemm (bugzilla.gnome.org))
   4. [Bug 590199] Add Bin::add_ghost_pad(name, element,
      element_pad_name) method? (gnomemm (bugzilla.gnome.org))
   5. [Bug 590199] Add Bin::add_ghost_pad(name, element,
      element_pad_name) method? (gnomemm (bugzilla.gnome.org))
   6. [Bug 590199] Add Bin::add_ghost_pad(name, element,
      element_pad_name) method? (gnomemm (bugzilla.gnome.org))
   7. [Bug 590288] New: Gst::GhostPad constructors	should
      optionally not require names for the ghost pads.
      (gnomemm (bugzilla.gnome.org))
   8. [Bug 590288] Gst::GhostPad constructors should	optionally not
      require names for the ghost pads. (gnomemm (bugzilla.gnome.org))


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

Message: 1
Date: Mon, 27 Jul 2009 15:28:10 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 589683]
	Gio::MemoryInputStream::add_data()	wrapped badly
To: gtkmm-forge lists sourceforge net
Message-ID: <20090727152810 8912C23F514 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=589683

  glibmm | giomm | Ver: unspecified

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #139287|none                        |committed
               Flag|                            |
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from Jos? Alburquerque  2009-07-27 15:28 UTC -------
Once more, with your permission, pushed to master.  I hope that's okay.  Once
more, it's minor but I wanted to avoid you having to discover this later, and
since I noticed it, I quickly fixed it for you.


-- 
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=589683.



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

Message: 2
Date: Mon, 27 Jul 2009 15:34:04 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 589683]
	Gio::MemoryInputStream::add_data()	wrapped badly
To: gtkmm-forge lists sourceforge net
Message-ID: <20090727153404 741CD23F58F 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=589683

  glibmm | giomm | Ver: unspecified




------- Comment #5 from Jonathon Jongsma (jonner)  2009-07-27 15:34 UTC -------
I was just going to tell you to push it, but apparently you already did. 
thanks.  Good catch.


-- 
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=589683.



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

Message: 3
Date: Wed, 29 Jul 2009 23:16:24 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 590199] New: Add
	Bin::add_ghost_pad(name,	element, element_pad_name) method?
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-590199-5595 http bugzilla 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=590199

  gnomemm | gstreamermm | Ver: unspecified
           Summary: Add Bin::add_ghost_pad(name, element, element_pad_name)
                    method?
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamermm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: murrayc murrayc com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


In vidrot, we have code such as this:

Glib::RefPtr<Gst::Pad> bin_audio_sink =
  m_element_audconvert->get_static_pad("sink");
m_bin_audio->add_pad(Gst::GhostPad::create("audsink", bin_audio_sink));


That bin_audio_sink variable is just tempory, so I guess that this API would be
simpler:
  m_bin_audio->add_ghost_pad(name, element, element_pad_name)?

We could make the name optional at the end, allowing:
  ghost_pad = m_bin_audio->add_ghost_pad(element, element_pad_name)?


Thoughts?


-- 
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=590199.



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

Message: 4
Date: Thu, 30 Jul 2009 01:09:22 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 590199] Add Bin::add_ghost_pad(name,
	element,	element_pad_name) method?
To: gtkmm-forge lists sourceforge net
Message-ID: <20090730010922 7F38123F59C 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=590199

  gnomemm | gstreamermm | Ver: unspecified

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jaalburqu svn gnome org




------- Comment #1 from Jos? Alburquerque  2009-07-30 01:09 UTC -------
That's fine with me if it helps development.


-- 
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=590199.



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

Message: 5
Date: Thu, 30 Jul 2009 15:33:03 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 590199] Add Bin::add_ghost_pad(name,
	element,	element_pad_name) method?
To: gtkmm-forge lists sourceforge net
Message-ID: <20090730153303 58F7723F59C 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=590199

  gnomemm | gstreamermm | Ver: unspecified




------- Comment #2 from Jos? Alburquerque  2009-07-30 15:33 UTC -------
I can also provide a patch for this.


-- 
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=590199.



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

Message: 6
Date: Thu, 30 Jul 2009 16:18:41 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 590199] Add Bin::add_ghost_pad(name,
	element,	element_pad_name) method?
To: gtkmm-forge lists sourceforge net
Message-ID: <20090730161841 2050A23F545 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=590199

  gnomemm | gstreamermm | Ver: unspecified




------- Comment #3 from Jos? Alburquerque  2009-07-30 16:18 UTC -------
Let's delay the patch for a while.  I was just thinking that the Gst::GhostPad
constructors all require a name for the ghost pad.  Maybe they should also be
changed so that the name is optional and at the end also.  I could include a
change to the constructors in this patch (or it could be fixed in git) if you
like.


-- 
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=590199.



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

Message: 7
Date: Thu, 30 Jul 2009 16:53:06 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 590288] New: Gst::GhostPad constructors
	should optionally not require names for the ghost pads.
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-590288-5595 http bugzilla 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=590288

  gnomemm | gstreamermm | Ver: unspecified
           Summary: Gst::GhostPad constructors should optionally not require
                    names for the ghost pads.
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamermm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: jaalburqu svn gnome org
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: 2.27/2.28
   GNOME milestone: Unspecified


Most of the API has optional names for things because GStreamer assigns default
names when one is not supplied so I thought it might be done also for the
Gst::GhostPad constructors.  A proposed patch follows.


-- 
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=590288.



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

Message: 8
Date: Thu, 30 Jul 2009 16:54:21 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 590288] Gst::GhostPad constructors
	should	optionally not require names for the ghost pads.
To: gtkmm-forge lists sourceforge net
Message-ID: <20090730165421 BACB223F593 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=590288

  gnomemm | gstreamermm | Ver: unspecified




------- Comment #1 from Jos? Alburquerque  2009-07-30 16:54 UTC -------
Created an attachment (id=139570)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=139570&action=view)
Patch to make name arguments optional in Gst::GhostPad constructors


-- 
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=590288.



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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

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

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


End of Gtkmm-forge Digest, Vol 38, Issue 11
*******************************************


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