diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-29 20:33:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-29 20:33:49 +0000 |
commit | 8f0fda26d09da90e435fbd97816b0de23c856749 (patch) | |
tree | 2f39b8e28573eff86d86397db4541ea07fa5cb06 /gst/gstbin.h | |
parent | 2ed6c06492c3e1c69ba8410b5013a36df1fbed19 (diff) |
revert state change changes as agreed so we can rework them gradually
Original commit message from CVS:
revert state change changes as agreed so we can rework them gradually
Diffstat (limited to 'gst/gstbin.h')
-rw-r--r-- | gst/gstbin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/gstbin.h b/gst/gstbin.h index e23df3a19..b0c3f538f 100644 --- a/gst/gstbin.h +++ b/gst/gstbin.h @@ -63,7 +63,6 @@ struct _GstBin { gint numchildren; GList *children; -/* FIXME 0.9: important!! make this guint instead of GstElementState */ GstElementState child_states[GST_NUM_STATES]; gpointer _gst_reserved[GST_PADDING]; @@ -111,9 +110,7 @@ void gst_bin_use_clock (GstBin *bin, GstClock *clock); GstClock* gst_bin_get_clock (GstBin *bin); void gst_bin_auto_clock (GstBin *bin); -#ifndef GST_DISABLE_DEPRECATED GstElementStateReturn gst_bin_sync_children_state (GstBin *bin); -#endif /* internal */ /* one of our childs signaled a state change */ |