From 907bee8c030be9c8a7c9a15238d9bc11bf93e057 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 26 Jul 2003 04:23:32 +0000 Subject: fix initialization Original commit message from CVS: fix initialization --- examples/indexing/indexmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/indexing/indexmpeg.c') diff --git a/examples/indexing/indexmpeg.c b/examples/indexing/indexmpeg.c index 7540d163..85df98d4 100644 --- a/examples/indexing/indexmpeg.c +++ b/examples/indexing/indexmpeg.c @@ -215,7 +215,7 @@ main (gint argc, gchar *argv[]) POPT_TABLEEND }; - if (!gst_init_with_popt_table (&argc, &argv, options) || argc < 3) { + if (!gst_init_check_with_popt_table (&argc, &argv, options) || argc < 3) { g_print ("usage: %s [-v] \n" " type can be: 0 mpeg_systems\n" " 1 mpeg_decoder\n" -- cgit v1.2.1