summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-08-02 11:44:20 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-08-02 11:44:20 +0000
commit63fd06bda7c5a6b24e231b551a80e6a1b823ff67 (patch)
treef6e77077767521c01d454c1b93c164f98ad124e7 /TODO
parenta06d81ef6067dfa308e45a5cb7a90f6f4449adaa (diff)
Updated TODO list
Original commit message from CVS: Updated TODO list Added segment seeking experiment Makefile
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 36bcf0789..92c1b99b8 100644
--- a/TODO
+++ b/TODO
@@ -10,13 +10,13 @@ before changes are accepted.
target release ! description
!
0.4.1 ! expose and API to query the supported seek formats/flags on
- ! pads, somthing like an extra arg to gst_pad_set_convert_function
+ (done) ! pads, somthing like an extra arg to gst_pad_set_convert_function
! and gst_pad_set_event_function with some function to query the
! flags and formats. more ideas in docs/random/wtay/query_events
! (API: medium dificulty)
!
0.4.1 ! add event for segment playback/looping and seeking (docs/random/wtay/segments)
- ! (API: medium dificulty, plugins: HARD to very HARD)
+ (done) ! (API: medium dificulty, plugins: HARD to very HARD)
!
? ! add event to adjust rate (reverse playback, slow motion, frame skipping)
! (docs/random/wtay/rate_event)
@@ -33,8 +33,8 @@ target release ! description
? ! implement a QoS event and a policy for handling the event.
! (API: kindof EASY, plugins MEDIUM to very HARD)
!
- ? ! implement user defined GstFormat values, make a format factory etc..
- ! (API: MEDIUM, plugins MEDIUM)
+ 0.4.1 ! implement user defined GstFormat values, make a format factory etc..
+ (done) ! (API: MEDIUM, plugins MEDIUM)
!
? ! strip the API to a bare bones minimal set of functions, leave the automatic
! stuff to the app instead of forcing a policy in the core.