mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
playback/player: gtk-play: Run gst-indent
This commit is contained in:
parent
5903c7cd5e
commit
15d62dcfe6
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ stream_info_get_string (GstPlayerStreamInfo * stream, gint type, gboolean label)
|
|||
case AUDIO_INFO_LANGUAGE:
|
||||
{
|
||||
GstPlayerAudioInfo *audio = (GstPlayerAudioInfo *) stream;
|
||||
const gchar* lang = gst_player_audio_info_get_language (audio);
|
||||
const gchar *lang = gst_player_audio_info_get_language (audio);
|
||||
if (lang)
|
||||
buffer = g_strdup_printf ("%s%s", label ? "Language : " : "", lang);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue