summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoss Burton <rburton@src.gnome.org>2003-04-07 09:54:40 +0000
committerRoss Burton <rburton@src.gnome.org>2003-04-07 09:54:40 +0000
commit1b584fe39d7c7a959891de0425f319438bb840a3 (patch)
tree54fb8e65f1712162659c6b1a974c7a465272feb1 /README
parentfc3f9e335fb19610ed43967ed745b06326c1b5f5 (diff)
Loads of work, can't be bothered to list is all
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 0 insertions, 13 deletions
diff --git a/README b/README
index 66ab316..186efbc 100644
--- a/README
+++ b/README
@@ -13,16 +13,3 @@ albums, so it should work for you.
CVS GStreamer is required for the Ogg tagging to work correctly --
you'll get invalid tag messages with 0.6.0.
-
-I will replace the function pointers in src/sj-gstreamer.c. I'll turn
-it into a GObject with signals and properties and stuff. I'll do this
-like in DevHelp so the actually code can be changed at compile
-time. Sort out how to configure the encoder. GObject properties? maybe
-a gtype enum of valid encodings. Or a method returning a GtkWidget*?
-
-I must also create a GConf schema file.
-
-Must decide if the refresh button should is "Re-read" or "Refresh"
-
-I'd like to be able to check for cdparanoia, vorbisenc, etc GST
-plugins at configure time. Anyone know how I do this?