mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 23:14:46 +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:
|
case AUDIO_INFO_LANGUAGE:
|
||||||
{
|
{
|
||||||
GstPlayerAudioInfo *audio = (GstPlayerAudioInfo *) stream;
|
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)
|
if (lang)
|
||||||
buffer = g_strdup_printf ("%s%s", label ? "Language : " : "", lang);
|
buffer = g_strdup_printf ("%s%s", label ? "Language : " : "", lang);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue