From 7a2344864962ef7b27c3f69ed4f859f90d13e3fd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 19 Aug 2011 17:05:42 +0200 Subject: [PATCH] seek: fix playbin2 setup --- tests/examples/seek/seek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/seek/seek.c b/tests/examples/seek/seek.c index 19b291b..8f53685 100644 --- a/tests/examples/seek/seek.c +++ b/tests/examples/seek/seek.c @@ -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 (); -- 2.7.4