Skip to content
Snippets Groups Projects
Commit fc669146 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

demux: add missing default handler for GET_SIGNAL

parent 73c979f2
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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