mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 13:04:18 +00:00
seek: fix playbin2 setup
This commit is contained in:
parent
34a94ddd6b
commit
7a23448649
1 changed files with 1 additions and 1 deletions
|
@ -1978,7 +1978,7 @@ main (int argc, char **argv)
|
|||
g_signal_connect (hscale, "format_value", G_CALLBACK (format_value),
|
||||
pipeline);
|
||||
|
||||
if (pipeline_type == 16) {
|
||||
if (pipeline_type == 0) {
|
||||
/* the playbin2 panel controls for the video/audio/subtitle tracks */
|
||||
panel = gtk_hbox_new (FALSE, 0);
|
||||
video_combo = gtk_combo_box_text_new ();
|
||||
|
|
Loading…
Reference in a new issue