Skip to content

Commit

Permalink
Add support for managing subtitle tracks from qml
Browse files Browse the repository at this point in the history
I think those 2 aliases was just missing or forgotten
  • Loading branch information
DaveMDS committed Mar 20, 2019
1 parent 6b8a65d commit b0dcf9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/Video.qml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Item {
property alias internalAudioTracks: player.internalAudioTracks
property alias externalAudioTracks: player.externalAudioTracks
property alias internalVideoTracks: player.internalVideoTracks
property alias internalSubtitleTracks: player.internalSubtitleTracks
property alias internalSubtitleTrack: player.internalSubtitleTrack
/*** Properties of VideoOutput ***/
/*!
\qmlproperty enumeration Video::fillMode
Expand Down

0 comments on commit b0dcf9b

Please sign in to comment.