mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
player: doc update for set_subtitle_uri()
A call to this function without enabling the subtitle track has no effect.
This commit is contained in:
parent
b5ff71fc3c
commit
0c14a92c28
1 changed files with 3 additions and 1 deletions
|
@ -3503,7 +3503,9 @@ gst_player_set_uri (GstPlayer * self, const gchar * val)
|
||||||
* @player: #GstPlayer instance
|
* @player: #GstPlayer instance
|
||||||
* @uri: subtitle URI
|
* @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
|
void
|
||||||
gst_player_set_subtitle_uri (GstPlayer * self, const gchar * suburi)
|
gst_player_set_subtitle_uri (GstPlayer * self, const gchar * suburi)
|
||||||
|
|
Loading…
Reference in a new issue