playback/player: Fix indention

This commit is contained in:
Sebastian Dröge 2015-05-07 13:21:02 +02:00
parent 1232e80e20
commit 7396c221ed

View file

@ -198,6 +198,7 @@ audio_channels_string (gint num)
else
return "unknown";
}
static gchar *
stream_info_get_string (GstPlayerStreamInfo * stream, gint type, gboolean label)
{
@ -561,8 +562,7 @@ get_menu_label (GstPlayerStreamInfo *stream, GType type)
label = g_strdup_printf ("%s %s [%s]", codec ? codec : "",
channels ? channels : "", lang);
g_free (lang);
}
else
} else
label = g_strdup_printf ("%s %s", codec ? codec : "",
channels ? channels : "");
@ -626,8 +626,7 @@ track_changed_cb (GtkWidget * widget, GtkPlay * play)
}
static GtkWidget *
create_tracks_menu (GtkPlay * play, GstPlayerMediaInfo * media_info,
GType type)
create_tracks_menu (GtkPlay * play, GstPlayerMediaInfo * media_info, GType type)
{
GtkWidget *menu;
GtkWidget *item;
@ -768,8 +767,7 @@ create_ui (GtkPlay * play)
gtk_widget_set_events (play->video_area, GDK_EXPOSURE_MASK
| GDK_LEAVE_NOTIFY_MASK
| GDK_BUTTON_PRESS_MASK
| GDK_POINTER_MOTION_MASK
| GDK_POINTER_MOTION_HINT_MASK);
| GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK);
/* Unified play/pause button */
play->play_pause_button =