summaryrefslogtreecommitdiff
path: root/src/libwebvi/link.c
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2013-08-08 17:16:00 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2013-08-08 17:16:00 +0300
commitb3bdb5e6a1515c938fec0661bb56f4b39538195c (patch)
tree874355a1601ed713a8e4dc4e78806862f369fd63 /src/libwebvi/link.c
parent78e8b44d32231a45086fe3c7e1465e8bb60b871c (diff)
downloadvdr-plugin-webvideo-b3bdb5e6a1515c938fec0661bb56f4b39538195c.tar.gz
vdr-plugin-webvideo-b3bdb5e6a1515c938fec0661bb56f4b39538195c.tar.bz2
Combine quvi and external downloader pipes into a pipe that reads a
menu written by an external shell script (src/menuscripts). Add YLE Areena as an example script (TODO: downloading rtmp streams).
Diffstat (limited to 'src/libwebvi/link.c')
-rw-r--r--src/libwebvi/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libwebvi/link.c b/src/libwebvi/link.c
index 501e70a..fbce59b 100644
--- a/src/libwebvi/link.c
+++ b/src/libwebvi/link.c
@@ -73,7 +73,7 @@ struct ActionTypeMessage {
const char *link_action_type_to_string(LinkActionType atype) {
static struct ActionTypeMessage messages[] =
{{LINK_ACTION_PARSE, "regular link"},
- {LINK_ACTION_STREAM_LIBQUVI, "stream"},
+ {LINK_ACTION_STREAM, "stream"},
{LINK_ACTION_EXTERNAL_COMMAND, "external command"}};
for (int i=0; i<(sizeof(messages)/sizeof(messages[0])); i++) {