MediaStream: Fix capitalisation of two new %TRUEs

This commit is contained in:
Daniel Boles 2018-05-06 21:41:57 +01:00
parent 79e54929a2
commit e1f1fe9ba6

View File

@ -483,7 +483,7 @@ gtk_media_stream_is_prepared (GtkMediaStream *self)
*
* Returns whether the stream has audio.
*
* Returns: %TRUe if the stream has audio
* Returns: %TRUE if the stream has audio
*/
gboolean
gtk_media_stream_has_audio (GtkMediaStream *self)
@ -501,7 +501,7 @@ gtk_media_stream_has_audio (GtkMediaStream *self)
*
* Returns whether the stream has video.
*
* Returns: %TRUe if the stream has video
* Returns: %TRUE if the stream has video
*/
gboolean
gtk_media_stream_has_video (GtkMediaStream *self)