Changeset a87c0c15406c9a1ee5d08bc956d7ebcd071a0b29
- Timestamp:
- 20/08/08 21:19:37
(4 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1219259977 +0300
- git-parent:
[6aa9a2b168c7bc68de7f5c751cc9a642b990b388]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1219259977 +0300
- Message:
RTP: priority zero - do not load the module needlessly
There is no point in loading the RTP access_demux if the MRL scheme
is not explicitly supported - it would fail in Open anyway.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r870a36b |
ra87c0c1 |
|
| 84 | 84 | set_category (CAT_INPUT); |
|---|
| 85 | 85 | set_subcategory (SUBCAT_INPUT_DEMUX); |
|---|
| 86 | | set_capability ("access_demux", 10); |
|---|
| | 86 | set_capability ("access_demux", 0); |
|---|
| 87 | 87 | set_callbacks (Open, Close); |
|---|
| 88 | 88 | |
|---|