Commit 3fade3ab authored by Erwan Tulou's avatar Erwan Tulou

record: signal new record file when done as a stream filter

parent 3bb6e111
......@@ -197,6 +197,10 @@ static int Start( stream_t *s, const char *psz_extension )
free( psz_file );
return VLC_EGENERIC;
}
/* signal new record file */
var_SetString( s->p_libvlc, "record-file", psz_file );
msg_Dbg( s, "Recording into %s", psz_file );
free( psz_file );
......
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