summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2003-02-03 15:51:20 +0000
committerColin Walters <walters@verbum.org>2003-02-03 15:51:20 +0000
commit435f7a13259d9d7770794369c9a77d7b9d2a8a65 (patch)
tree56f44b5f7624a1c90830818e2e5a006170aa3dce
parentc1434a0fe7eb3df584bd9821c5ef46b160c4dfd8 (diff)
downloadgst-plugins-bad-435f7a13259d9d7770794369c9a77d7b9d2a8a65.tar.gz
gst-plugins-bad-435f7a13259d9d7770794369c9a77d7b9d2a8a65.tar.bz2
gst-plugins-bad-435f7a13259d9d7770794369c9a77d7b9d2a8a65.zip
I'm too lazy to comment this
Original commit message from CVS: *** empty log message ***
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02b2b851..a196fde1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2003-02-03 Colin Walters <walters@verbum.org>
+
+ * ext/gnomevfs/gstgnomevfssrc.c
+ (gst_gnomevfssrc_received_headers_callback): Remove previous silly
+ code which tried to use Content-Type header.
+ (gst_gnomevfssrc_open_file): Get GnomeVFSFileInfo structure from
+ handle instead of URI. Set caps based on the mime type we
+ received there.
+
+2003-02-02 Colin Walters <walters@gnu.org>
+
+ * ext/gnomevfs/gstgnomevfssrc.c (struct _GstGnomeVFSSrc):
+ s/iradio_callbacks_pushed/http_callbacks_pushed/g. Users updated.
+ (struct _GstGnomeVFSSrc): New member in_first_get.
+ (gst_gnomevfssrc_get): Use it. We only want to read an 8k chunk
+ the first time.
+ (gst_gnomevfssrc_received_headers_callback): Try to detect
+ Content-Type header. This doesn't work yet because gnome-vfs eats
+ that header. We will fix that.
+ (gst_gnomevfssrc_get_icy_metadata): Use g_ascii_strncasecmp
+ instead of g_strncasecmp.
+
2003-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: