summaryrefslogtreecommitdiffstats
path: root/examples/indexing/indexmpeg.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-07-26 04:23:32 +0000
committerDavid Schleef <ds@schleef.org>2003-07-26 04:23:32 +0000
commit907bee8c030be9c8a7c9a15238d9bc11bf93e057 (patch)
treee7bec2b49d231331676be9645ccdb368c03b6ff9 /examples/indexing/indexmpeg.c
parent84ceb0c986cad266a71371515ac32a750e1bd51c (diff)
downloadgst-plugins-bad-907bee8c030be9c8a7c9a15238d9bc11bf93e057.tar.gz
gst-plugins-bad-907bee8c030be9c8a7c9a15238d9bc11bf93e057.tar.bz2
gst-plugins-bad-907bee8c030be9c8a7c9a15238d9bc11bf93e057.zip
fix initialization
Original commit message from CVS: fix initialization
Diffstat (limited to 'examples/indexing/indexmpeg.c')
-rw-r--r--examples/indexing/indexmpeg.c2
1 files changed, 1 insertions, 1 deletions
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] <type> <filename> \n"
" type can be: 0 mpeg_systems\n"
" 1 mpeg_decoder\n"