diff options
author | Colin Walters <walters@verbum.org> | 2003-02-04 00:13:05 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2003-02-04 00:13:05 +0000 |
commit | 8bf19a945be42fbe36e05314eca0e31c7b01fe01 (patch) | |
tree | 826febf2585f914b3ef01f8de13332be2ffc0ac3 /ChangeLog | |
parent | 435f7a13259d9d7770794369c9a77d7b9d2a8a65 (diff) | |
download | gst-plugins-bad-8bf19a945be42fbe36e05314eca0e31c7b01fe01.tar.gz gst-plugins-bad-8bf19a945be42fbe36e05314eca0e31c7b01fe01.tar.bz2 gst-plugins-bad-8bf19a945be42fbe36e05314eca0e31c7b01fe01.zip |
I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2003-02-03 Colin Walters <walters@verbum.org> + * ext/gnomevfs/gstgnomevfssrc.c: + (struct _GstGnomeVFSSrc, gst_gnomevfssrc_init): Remove local file bits. + (gst_gnomevfssrc_get): Delete special local file code path. + (gst_gnomevfssrc_open_file): Ditto. + (gst_gnomevfssrc_close_file): Ditto. + (gst_gnomevfssrc_srcpad_event): Ditto. + (gst_gnomevfssrc_open_file): Always get file info from gnomevfs. + +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. |