Commit fc669146 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: add missing default handler for GET_SIGNAL

parent 73c979f2
......@@ -324,6 +324,7 @@ int demux_vaControlHelper( stream_t *s,
case DEMUX_GET_ATTACHMENTS:
case DEMUX_CAN_RECORD:
case DEMUX_SET_RECORD_STATE:
case DEMUX_GET_SIGNAL:
return VLC_EGENERIC;
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment