Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_change_state):
Also reset the ->current_* values in READY->PAUSED
+2005-11-18 Edward Hervey <edward@fluendo.com>
+
+ * gst/base/gstbasesink.c: (gst_base_sink_change_state):
+ Also reset the ->current_* values in READY->PAUSED
+
2005-11-18 Andy Wingo <wingo@pobox.com>
* gst/net/gstnetclientclock.c (gst_net_client_clock_thread):
basesink->segment_start = 0;
basesink->segment_stop = -1;
basesink->segment_time = 0;
+ basesink->current_start = -1;
+ basesink->current_duration = -1;
+ basesink->current_end = -1;
basesink->segment_accum = 0;
ret = GST_STATE_CHANGE_ASYNC;
break;
basesink->segment_start = 0;
basesink->segment_stop = -1;
basesink->segment_time = 0;
+ basesink->current_start = -1;
+ basesink->current_duration = -1;
+ basesink->current_end = -1;
basesink->segment_accum = 0;
ret = GST_STATE_CHANGE_ASYNC;
break;