diff options
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/player/gstplayer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gst-libs/gst/player/gstplayer.c b/gst-libs/gst/player/gstplayer.c index 2b324267c..8dac3e9f8 100644 --- a/gst-libs/gst/player/gstplayer.c +++ b/gst-libs/gst/player/gstplayer.c @@ -3503,7 +3503,9 @@ gst_player_set_uri (GstPlayer * self, const gchar * val) * @player: #GstPlayer instance * @uri: subtitle URI * - * Sets the external subtitle URI. + * Sets the external subtitle URI. This should be combined with a call to + * gst_player_set_subtitle_track_enabled(@player, TRUE) so the subtitles are actually + * rendered. */ void gst_player_set_subtitle_uri (GstPlayer * self, const gchar * suburi) |