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
@ -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…
x
Reference in New Issue
Block a user