mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2017-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added 'src_hostname' and 'user_name' parameters to the 'RDCut::checkInRecording()' method in 'lib/rdcut.cpp' and 'lib/rdcut.h'.
This commit is contained in:
@@ -817,7 +817,8 @@ void RecordCut::recordUnloadedData(int card,int stream,unsigned len)
|
||||
s->setBitRate(rec_bitrate);
|
||||
s->setChannels(rec_channels);
|
||||
s->setFormat((RDSettings::Format)rec_format);
|
||||
rec_cut->checkInRecording(rdstation_conf->name(),s,len);
|
||||
rec_cut->checkInRecording(rdstation_conf->name(),lib_user->name(),
|
||||
rdstation_conf->name(),s,len);
|
||||
RDRehash::rehash(rdstation_conf,lib_user,lib_config,rec_cut->cartNumber(),
|
||||
rec_cut->cutNumber());
|
||||
if(rec_trim_box->currentItem()==0) {
|
||||
|
||||
Reference in New Issue
Block a user