diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-20 02:25:34 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-20 02:25:34 +0100 |
commit | e8d0ebf629763d195cdc6675f952f479bcedb6c7 (patch) | |
tree | 9afc99780f0ebdb1b7c9dfed4d75209e8c009018 /ChangeLog | |
parent | 3bd7a49bfcd82b129333b9433c3b9e21400b6d3c (diff) | |
download | xine-lib-e8d0ebf629763d195cdc6675f952f479bcedb6c7.tar.gz xine-lib-e8d0ebf629763d195cdc6675f952f479bcedb6c7.tar.bz2 |
Ask the input plugin which demuxer to use.
This overrides the normal content/extension detection, but can be overridden
by the user.
This is an input plugin API extension; ABI is unchanged.
The version is not bumped (we can't bump it due to 1.2).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ xine-lib (1.1.14) 2008-??-?? This is used for demuxer plugin selection immediately before testing the filename extension (so it won't work when demuxer selection is done by stream content only). [Bug #120] + * Allow input plugins to ask for a specific demuxer, overriding the normal + demuxer selection methods. (Most won't need this.) xine-lib (1.1.13) 2008-06-15 * Security fixes: |