diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-12-30 17:53:18 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-12-30 17:53:18 +0000 |
commit | 2deab46c699196a902a076bbd969d26a15d9068a (patch) | |
tree | 6d3936fd0046d1a3679a29aa833c72dc959fa9e9 /examples/seeking/vorbisfile.c | |
parent | 5f3fa649393fc4321b76e3220d3682511281d405 (diff) | |
download | gst-plugins-bad-2deab46c699196a902a076bbd969d26a15d9068a.tar.gz gst-plugins-bad-2deab46c699196a902a076bbd969d26a15d9068a.tar.bz2 gst-plugins-bad-2deab46c699196a902a076bbd969d26a15d9068a.zip |
Fix plugins for new query API
Original commit message from CVS:
Fix plugins for new query API
Diffstat (limited to 'examples/seeking/vorbisfile.c')
-rw-r--r-- | examples/seeking/vorbisfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/seeking/vorbisfile.c b/examples/seeking/vorbisfile.c index 489c5c64..304c1851 100644 --- a/examples/seeking/vorbisfile.c +++ b/examples/seeking/vorbisfile.c @@ -230,7 +230,7 @@ collect_stream_properties (struct probe_context *context) format = *formats; formats++; - res = gst_pad_query (context->pad, GST_PAD_QUERY_TOTAL, + res = gst_pad_query (context->pad, GST_QUERY_TOTAL, &format, &value); definition = gst_format_get_details (format); |