[totem] backend: Busy errors should never happen again
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Busy errors should never happen again
- Date: Fri, 29 Jun 2012 21:03:32 +0000 (UTC)
commit da3c449cbaa0979b42a7ba7b7ee1c7e02a6ea7dc
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jun 29 20:39:56 2012 +0100
backend: Busy errors should never happen again
src/backend/bacon-video-widget.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/backend/bacon-video-widget.h b/src/backend/bacon-video-widget.h
index 1ab66d1..00aaaa4 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -87,7 +87,6 @@ typedef struct {
* @BVW_ERROR_FILE_NOT_FOUND: The stream cannot be found.
* @BVW_ERROR_DVD_ENCRYPTED: The DVD is encrypted and libdvdcss is not installed.
* @BVW_ERROR_INVALID_DEVICE: The device given in an MRL (e.g. DVD drive or DVB tuner) did not exist.
- * @BVW_ERROR_DEVICE_BUSY: The device was busy.
* @BVW_ERROR_UNKNOWN_HOST: The host for a given stream could not be resolved.
* @BVW_ERROR_NETWORK_UNREACHABLE: The host for a given stream could not be reached.
* @BVW_ERROR_CONNECTION_REFUSED: The server for a given stream refused the connection.
@@ -113,7 +112,6 @@ typedef enum {
/* Devices */
BVW_ERROR_DVD_ENCRYPTED,
BVW_ERROR_INVALID_DEVICE,
- BVW_ERROR_DEVICE_BUSY,
/* Network */
BVW_ERROR_UNKNOWN_HOST,
BVW_ERROR_NETWORK_UNREACHABLE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]