check/states/sinks.c: Uncomment fixed check.
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 3 Nov 2005 20:17:24 +0000 (20:17 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 3 Nov 2005 20:17:24 +0000 (20:17 +0000)
Original commit message from CVS:
* check/states/sinks.c: (GST_START_TEST):
Uncomment fixed check.
* docs/design/part-TODO.txt:
Updated TODO.
* gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_handle_object), (gst_base_sink_do_sync),
(gst_base_sink_get_position):
If we are going to PLAYING, post the right pending state
when we post the intermediate paused message.
* gst/gstelement.c: (gst_element_continue_state),
(gst_element_set_state_func), (gst_element_change_state):
Don't post state changes that were between the same state
and were not ASYNC.

ChangeLog

index ad94320..700b135 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2005-11-03  Stefan Kost  <ensonic@users.sf.net>
 
        * docs/gst/gstreamer-sections.txt:
+       * gst/gstcaps.h:
+       * gst/gstinfo.c:
+       * gst/gstminiobject.h:
+       * gst/gstobject.h:
+       * gst/gstutils.h:
+         more docs and doc style fixes
+
+2005-11-03  Stefan Kost  <ensonic@users.sf.net>
+
+       * docs/gst/gstreamer-sections.txt:
        * gst/gstelement.c:
        * gst/gstminiobject.c:
        doc fixes