Skip to content

Commit

Permalink
playback-test: add window title
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Cerveau authored and GStreamer Marge Bot committed Apr 29, 2021
1 parent 1ca7474 commit 9b6a425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/examples/playback/playback-test.c
Expand Up @@ -3380,7 +3380,8 @@ create_ui (PlaybackApp * app)
} else {
playbin = NULL;
}

if (app->pipeline_type == 0)
gtk_window_set_title (GTK_WINDOW (app->window), app->current_path->data);
/* do the packing stuff ... */
gtk_window_set_default_size (GTK_WINDOW (app->window), 250, 96);
/* FIXME: can we avoid this for audio only? */
Expand Down

0 comments on commit 9b6a425

Please sign in to comment.