ges: re-indent with GNU indent 2.2.12

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4182>
This commit is contained in:
Tim-Philipp Müller 2023-03-15 18:57:46 +00:00 committed by GStreamer Marge Bot
parent e857259e8d
commit f9eb4c5862
5 changed files with 30 additions and 23 deletions

View file

@ -2065,18 +2065,24 @@ GST_START_TEST (test_can_add_effect)
uri = ges_test_get_audio_video_uri ();
clips[0] = (struct CanAddEffectData) {
GES_CLIP (ges_test_clip_new ()), TRUE};
GES_CLIP (ges_test_clip_new ()), TRUE
};
clips[1] = (struct CanAddEffectData) {
GES_CLIP (ges_uri_clip_new (uri)), TRUE};
GES_CLIP (ges_uri_clip_new (uri)), TRUE
};
clips[2] = (struct CanAddEffectData) {
GES_CLIP (ges_title_clip_new ()), TRUE};
GES_CLIP (ges_title_clip_new ()), TRUE
};
clips[3] = (struct CanAddEffectData) {
GES_CLIP (ges_effect_clip_new ("agingtv", "audioecho")), TRUE};
GES_CLIP (ges_effect_clip_new ("agingtv", "audioecho")), TRUE
};
clips[4] = (struct CanAddEffectData) {
GES_CLIP (ges_transition_clip_new
(GES_VIDEO_STANDARD_TRANSITION_TYPE_CROSSFADE)), FALSE};
(GES_VIDEO_STANDARD_TRANSITION_TYPE_CROSSFADE)), FALSE
};
clips[5] = (struct CanAddEffectData) {
GES_CLIP (ges_text_overlay_clip_new ()), FALSE};
GES_CLIP (ges_text_overlay_clip_new ()), FALSE
};
g_free (uri);

View file

@ -287,7 +287,8 @@ print_keyboard_help (void)
"t", "enable/disable trick modes"}, {
"s", "change subtitle track"}, {
"0", "seek to beginning"}, {
"k", "show keyboard shortcuts"},};
"k", "show keyboard shortcuts"},
};
guint i, chars_to_pad, desc_len, max_desc_len = 0;
gst_print ("\n\n%s\n\n", "Interactive mode - keyboard controls:");