[gstreamer-bugs] [Bug 435880] [GstBin] Property to allow bins to handle child async changes

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri May 4 10:11:19 PDT 2007


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=435880

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #2 from Tim-Philipp Müller  2007-05-04 17:11 UTC -------
Two small nitpicks and a question:

 - there should be a gtk-doc blurb in the class_init function
   for the new property with a 'Since: 0.10.13' line, so it
   shows up in the docs that it's a new addition


 - the padding adjustment doesn't look right to me, I don't think
   you can count on sizeof(gboolean)/sizeof(int) == sizeof(gpointer).

   Maybe it would be better to add a private struct for this, like
   GstBus has with struct _GstBusPrivate? That would keep the padding
   free for future public additions that may be required. Dunno, just
   a thought.


 - should we also add a setter and getter function, ie.
      gst_bin_set_async_handling ()
      gst_bin_get_async_handling ()
   ?


(also, somehow the phrase 'async handling' doesn't seem very boolean-y to me,
but I can't really think of anything better either besides 'do-async-handling'
or 'handle-async-states')


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




More information about the Gstreamer-bugs mailing list