Hi,
Yesterday I tried to update my vdr to the last Developer version 1.3.27. The burn plugin doesn't compile:
jobs.c: In constructor `cBurnRecording::cBurnRecording(cRecording*, long int)': jobs.c:26: error: `Summary' undeclared (first use this function)
I think this is after vdr-1.3.25 changes in recording.c.
Does someone work on this.
Thanks Halim .
Halim Sahin wrote:
Hi,
Yesterday I tried to update my vdr to the last Developer version 1.3.27. The burn plugin doesn't compile:
jobs.c: In constructor `cBurnRecording::cBurnRecording(cRecording*, long int)': jobs.c:26: error: `Summary' undeclared (first use this function)
I think this is after vdr-1.3.25 changes in recording.c.
Does someone work on this.
Replace this line in jobs/burn.c:
- mSummary = (Recording->Summary() ? strdup(Recording->Summary()) : NULL); + mSummary = (Recording->Info()->Description() ? strdup(Recording->Info()->Description()) : NULL);
Hi, Thanks now it compiles but I have the same problem with the plugin. After mplex: INFO: [mplex] Audio stream length 435 INFO: [mplex] Syncwords : 113 INFO: [mplex] Frames : 113 INFO: [mplex] Frames : INFO: [mplex] BUFFERING min 15 Buf ma INFO: [mplex] MUX STATUS: no under-ru ++ executing: sh -c 'nice -n 19 rm -rf / m[p2]v' ++ executing: sh -c 'nice -n 19 rm -rf / mp[a2]' ++ executing: sh -c 'nice -n 19 rm -rf / ac3' ++ started an internal procedure - Sorry the lines are not complete. Does some one tell me what the problem with the internal procedure????? Thanks Halim