Skip to content
Snippets Groups Projects
Commit 6b547755 authored by Marvin Scholz's avatar Marvin Scholz Committed by Rémi Denis-Courmont
Browse files

lua: Rename demux to stream_filter


This is since some time a stream filter and not a demuxer anymore,
therefore this should be named stream_filter to not cause confusion
about that.

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent d881f825
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ liblua_plugin_la_SOURCES = \
lua/extension_thread.c \
lua/intf.c \
lua/meta.c \
lua/demux.c \
lua/stream_filter.c \
lua/services_discovery.c \
lua/vlc.c lua/vlc.h \
lua/libs.h \
......
/*****************************************************************************
* demux.c : Lua playlist demux module
* stream_filter.c : Lua playlist stream filter module
*****************************************************************************
* Copyright (C) 2007-2008 the VideoLAN team
*
......
......@@ -1027,7 +1027,7 @@ modules/logger/console.c
modules/logger/file.c
modules/logger/journal.c
modules/logger/syslog.c
modules/lua/demux.c
modules/lua/stream_filter.c
modules/lua/extension.c
modules/lua/libs/gettext.c
modules/lua/intf.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment