Update "One to many" example in Media Handler

In the media handler there is an example of what a one-to-many media
handler would be. It used the trick play handler as an example, but that
handler is now a one-to-one media handler. Changed the example to use the
replicator media handler.

Change-Id: I26908c6e27ea4a697a19c0fa0179c60842a449d2
This commit is contained in:
Aaron Vaage 2018-06-21 11:12:33 -07:00
parent 4408718b5b
commit b5cdfee73f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ struct StreamData {
/// they may be independent. One example of this is encryption handler. /// they may be independent. One example of this is encryption handler.
/// 3) Single input multiple outputs /// 3) Single input multiple outputs
/// The input stream is split into multiple output streams. One example /// The input stream is split into multiple output streams. One example
/// of this is trick play handler. /// of this is the replicator media handler.
/// Other types of media handlers are disallowed and not supported. /// Other types of media handlers are disallowed and not supported.
class MediaHandler { class MediaHandler {
public: public: