Skip to content
Snippets Groups Projects
Commit f93de3ef authored by Loïc's avatar Loïc Committed by Steve Lhomme
Browse files

stream/demux: move remaining callbacks to their respective ops struct

This commit moves the remaining callbacks of stream/demux: pf_read/
pf_block/pf_seek/pf_readdir and pf_demux into their operations table,
aiming at unifying all the callbacks under a unique place.
This is a follow-up to the introduction of typed controls callbacks
for stream and demux.

Like for the typed controls callbacks if no operation is provided
(ie, stream_t/demux_t.ops is NULL) by a module, the legacy pf_* will be
used instead as a fallback.

The commit doesn't migrate any of modules yet.
parent 69abb520
No related branches found
No related tags found
Loading
Pipeline #325792 passed with stage
in 17 minutes and 25 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment