Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
ed25b9aa
Commit
ed25b9aa
authored
Jul 12, 2017
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chain: reword description
parent
dfa10bae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
src/chain.h
src/chain.h
+7
-6
No files found.
src/chain.h
View file @
ed25b9aa
...
...
@@ -42,17 +42,18 @@
* - dvbpsi_Demux | no replacement -
* - dvbpsi_demuxGetSubDecoder | @see dvbpsi_decoder_chain_get -
* - dvbpsi_NewDemuxSubDecoder | no replacement -
* - dvbpsi_AttachDemuxSubDecoder |
no replacement
-
* - dvbspi_DetachDemuxSubDecoder |
no replacement
-
* - dvbpsi_AttachDemuxSubDecoder |
@see dvbpsi_decoder_chain_add
-
* - dvbspi_DetachDemuxSubDecoder |
@see dvbpsi_decoder_chain_remove
-
* -----------------------------------------------------------------------------------
*
* Note that for dvbpsi_Demux(), dvbpsi_NewDemuxSubDecoder(), dvbpsi_AttachDemuxSubDecoder(),
* and dvbspi_DetachDemuxSubDecoder() no replacement API is available. These functions are
* discontinued since the dvbpsi_subdec_t indirection has been removed. A dvbpsi_decoder_t
* can be added in a demux chain directly. It is important to use the API call
* dvbpsi_demux_chain_new(), since that will install the callback function
* dvbpsi_decoder_chain_demux(). This will do the same job dvbpsi_Demux() function had in
* the subsdecoder architecture of demux.h.
* can be added in a demux chain directly using dvbpsi_decoder_chain_add() or removed using
* dvbpsi_decoder_chain_remove() API.
* It is IMPORTANT to use the API call dvbpsi_demux_chain_new(), since that will install
* the callback function dvbpsi_decoder_chain_demux(). This will do the same job dvbpsi_Demux()
* function had in the subsdecoder architecture of demux.h.
*/
#ifndef _DVBPSI_CHAIN_H_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment