summaryrefslogtreecommitdiff
path: root/src/yalp.idl
diff options
context:
space:
mode:
authorguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-29 21:06:20 +0000
committerguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-29 21:06:20 +0000
commit4030bb57d8a9c9f3f2e1ba44b6b17492d3c79eaa (patch)
tree05b13c13cb3570f88c261475e9a8d0e5b7cbe902 /src/yalp.idl
parent408445cc49f360b979266ea93cf3bcb25a50a8e4 (diff)
vlcstreamer creates streams now :-), but they're not played back, by the client
due to suspicious "cannot fill perfill buffer" error msg git-svn-id: http://manut.eu/svn/yalp/trunk@8 f059d3a0-6783-47b7-97ff-1fe0bbf25129
Diffstat (limited to 'src/yalp.idl')
-rw-r--r--src/yalp.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yalp.idl b/src/yalp.idl
index 6fb5203..9d87fc2 100644
--- a/src/yalp.idl
+++ b/src/yalp.idl
@@ -4,6 +4,7 @@ module YalpInterfaces
enum YalpErrorCode {
OK,
ERROR_SQL,
+ ERROR_OUTPUT_PLUGIN_NA,
ERROR_UNDEFINED
};