Closed fengalin closed 6 years ago
The problem is due to the implementation in wavenc
(which is the same in flacenc
): these elements use a dedicated toc field instead of relying on the gst_toc_[gs]etter
mechanisms. That's the reason why toc_setter.reset()
has no effect from an application.
The same is true for tags.
See this discussion.
See also this enhancement proposal.
Closing this as I have a solution for media-toc, whatever the final decision on my proposal for GstTocSetter.
In split mode, the original media TOC is included in each output file. It shouldn't.