Opened 19 years ago
Closed 19 years ago
#4040 closed defect (fixed)
[PATCH] DTVRecorder - Flush _payload_buffer at end of recording
| Reported by: | Owned by: | Janne Grunau | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Hi,
The attached patch writes out the _payload_buffer at the end of a recording before doing the final ringBuffer->WriterFlush().
Shane
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | mythtv_dtvrec_payload_buffer_flush.diff added |
|---|
comment:1 by , 19 years ago
| Milestone: | unknown → 0.21 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| Version: | unknown → head |
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [14655]) Closes #4040. Write and flush internal buffer before switching to a new file
Avoids writing data fro the previous recording at the start of a new file Patch by gnome42 A gmail P com