~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst/gstbin.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
/**
82
82
 * GstBin:
83
83
 * @numchildren: the number of children in this bin
84
 
 * @children: the list of children in this bin
 
84
 * @children: (element-type Gst.Element): the list of children in this bin
85
85
 * @children_cookie: updated whenever @children changes
86
86
 * @child_bus: internal bus for handling child messages
87
 
 * @messages: queued and cached messages
 
87
 * @messages: (element-type Gst.Message): queued and cached messages
88
88
 * @polling: the bin is currently calculating its state
89
89
 * @state_dirty: the bin needs to recalculate its state (deprecated)
90
90
 * @clock_dirty: the bin needs to select a new clock
152
152
  void          (*handle_message)       (GstBin *bin, GstMessage *message);
153
153
 
154
154
  /*< private >*/
155
 
  /* signal added 0.10.22 */
 
155
  /* signal */
156
156
  gboolean      (*do_latency)           (GstBin *bin);
157
157
 
158
158
  /*< private >*/