summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_cda.c4
-rw-r--r--src/input/input_http.c2
-rw-r--r--src/input/input_mms.c4
-rw-r--r--src/input/input_stdin_fifo.c4
-rw-r--r--src/input/input_vcd.c4
5 files changed, 9 insertions, 9 deletions
diff --git a/src/input/input_cda.c b/src/input/input_cda.c
index 6409da03e..2ed6e7906 100644
--- a/src/input/input_cda.c
+++ b/src/input/input_cda.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_cda.c,v 1.34 2002/09/22 14:29:40 mroi Exp $
+ * $Id: input_cda.c,v 1.35 2002/10/23 21:19:42 guenter Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -1545,7 +1545,7 @@ static uint32_t cda_plugin_get_capabilities (input_plugin_t *this_gen) {
_ENTER_FUNC();
_LEAVE_FUNC();
- return INPUT_CAP_SEEKABLE | INPUT_CAP_PREVIEW | INPUT_CAP_AUTOPLAY | INPUT_CAP_GET_DIR;
+ return INPUT_CAP_SEEKABLE | INPUT_CAP_AUTOPLAY | INPUT_CAP_GET_DIR;
}
/*
diff --git a/src/input/input_http.c b/src/input/input_http.c
index dcc6595cf..0d4e5e696 100644
--- a/src/input/input_http.c
+++ b/src/input/input_http.c
@@ -393,7 +393,7 @@ static off_t http_plugin_get_length (input_plugin_t *this_gen) {
static uint32_t http_plugin_get_capabilities (input_plugin_t *this_gen) {
- return INPUT_CAP_NOCAP;
+ return INPUT_CAP_PREVIEW;
}
static uint32_t http_plugin_get_blocksize (input_plugin_t *this_gen) {
diff --git a/src/input/input_mms.c b/src/input/input_mms.c
index b767cb867..4bfee4697 100644
--- a/src/input/input_mms.c
+++ b/src/input/input_mms.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_mms.c,v 1.20 2002/10/20 01:15:53 guenter Exp $
+ * $Id: input_mms.c,v 1.21 2002/10/23 21:19:42 guenter Exp $
*
* mms input plugin based on work from major mms
*/
@@ -185,7 +185,7 @@ static off_t mms_plugin_get_length (input_plugin_t *this_gen) {
}
static uint32_t mms_plugin_get_capabilities (input_plugin_t *this_gen) {
- return INPUT_CAP_NOCAP;
+ return INPUT_CAP_PREVIEW;
}
static uint32_t mms_plugin_get_blocksize (input_plugin_t *this_gen) {
diff --git a/src/input/input_stdin_fifo.c b/src/input/input_stdin_fifo.c
index 917fdafc4..b3d088f7f 100644
--- a/src/input/input_stdin_fifo.c
+++ b/src/input/input_stdin_fifo.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_stdin_fifo.c,v 1.32 2002/09/06 18:13:11 mroi Exp $
+ * $Id: input_stdin_fifo.c,v 1.33 2002/10/23 21:19:42 guenter Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -279,7 +279,7 @@ static off_t stdin_plugin_get_length(input_plugin_t *this_gen) {
static uint32_t stdin_plugin_get_capabilities(input_plugin_t *this_gen) {
- return INPUT_CAP_NOCAP;
+ return INPUT_CAP_PREVIEW;
}
static uint32_t stdin_plugin_get_blocksize(input_plugin_t *this_gen) {
diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c
index a246cf8b7..4373d13de 100644
--- a/src/input/input_vcd.c
+++ b/src/input/input_vcd.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_vcd.c,v 1.52 2002/09/22 14:29:40 mroi Exp $
+ * $Id: input_vcd.c,v 1.53 2002/10/23 21:19:42 guenter Exp $
*
*/
@@ -860,7 +860,7 @@ static off_t vcd_plugin_get_current_pos (input_plugin_t *this_gen){
*/
static uint32_t vcd_plugin_get_capabilities (input_plugin_t *this_gen) {
- return INPUT_CAP_SEEKABLE | INPUT_CAP_PREVIEW | INPUT_CAP_BLOCK | INPUT_CAP_AUTOPLAY | INPUT_CAP_GET_DIR;
+ return INPUT_CAP_SEEKABLE | INPUT_CAP_BLOCK | INPUT_CAP_AUTOPLAY | INPUT_CAP_GET_DIR;
}
/*