gst/playback/gstdecodebin.c: Don't post STATE_DIRTY anymore.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 19 Mar 2007 10:52:50 +0000 (10:52 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 19 Mar 2007 10:52:50 +0000 (10:52 +0000)
commitd24780a03bcdf6f8ea6ef91f1f08b8af18f73dc8
tree667764ca87afbda236f1ecec3357fb65bcaaf6c8
parent819e0979604e4264ee239d15016159291d1c204c
gst/playback/gstdecodebin.c: Don't post STATE_DIRTY anymore.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (remove_fakesink):
Don't post STATE_DIRTY anymore.
* gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
(gst_play_bin_change_state):
Remove stream_time reset in seek handling, core does that now.
Disable clocking for live pipelines by forcing a NULL clock to the
complete pipeline, core is too smart now for our previous hack.
We can always autoplug in PAUSED now.
ChangeLog
gst/playback/gstdecodebin.c
gst/playback/gstplaybin.c