[totem] backend: Remove "audio busy" error



commit a46c4ac1f73a53d499acf482ef16b2357e754564
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jun 29 20:19:47 2012 +0100

    backend: Remove "audio busy" error
    
    Now that we use PulseAudio by default to playback, this should
    be impossible.

 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 252a919..6f8fb7c 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -82,7 +82,6 @@ typedef struct {
  * @BVW_ERROR_AUDIO_PLUGIN: Error loading audio output plugin or device.
  * @BVW_ERROR_NO_PLUGIN_FOR_FILE: A required GStreamer plugin is missing.
  * @BVW_ERROR_VIDEO_PLUGIN: Error loading video output plugin or device.
- * @BVW_ERROR_AUDIO_BUSY: Audio output device is busy.
  * @BVW_ERROR_BROKEN_FILE: The movie file is broken and cannot be decoded.
  * @BVW_ERROR_FILE_GENERIC: A generic error for problems with movie files.
  * @BVW_ERROR_FILE_PERMISSION: Permission was refused to access the stream, or authentication was required.
@@ -110,7 +109,6 @@ typedef enum {
 	BVW_ERROR_AUDIO_PLUGIN,
 	BVW_ERROR_NO_PLUGIN_FOR_FILE,
 	BVW_ERROR_VIDEO_PLUGIN,
-	BVW_ERROR_AUDIO_BUSY,
 	/* File */
 	BVW_ERROR_BROKEN_FILE,
 	BVW_ERROR_FILE_GENERIC,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]