diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-04-16 12:07:47 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-04-16 12:07:47 +0000 |
commit | 1319fdfe76b4f4d6ea761776bbf03d19eac2b528 (patch) | |
tree | 73dc18e9eb8daf465f7cb1e22d6d391313bc1afb | |
parent | 05742b787fcad4ef486c8b4965e98d6b07caa22c (diff) | |
download | gst-plugins-bad-1319fdfe76b4f4d6ea761776bbf03d19eac2b528.tar.gz gst-plugins-bad-1319fdfe76b4f4d6ea761776bbf03d19eac2b528.tar.bz2 gst-plugins-bad-1319fdfe76b4f4d6ea761776bbf03d19eac2b528.zip |
ext/gnomevfs/gstgnomevfssrc.c: If random access is not supported, fallback to non-seekable behaviour rather than erro...
Original commit message from CVS:
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
If random access is not supported, fallback to non-seekable
behaviour rather than erroring out.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ 2005-04-16 Jan Schmidt,,, <thaytan@mad.scientist.com> + * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file): + If random access is not supported, fallback to non-seekable + behaviour rather than erroring out. + +2005-04-16 Jan Schmidt,,, <thaytan@mad.scientist.com> * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_send_data): * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_data): Use the default event handler for EOS and other unknown events that |