wavparse: Remove dead assignment.

res isn't read after this.
This commit is contained in:
Edward Hervey 2009-04-18 18:34:11 +02:00
parent 44256a78f8
commit 5c52506d07

View file

@ -2368,7 +2368,6 @@ gst_wavparse_pad_query (GstPad * pad, GstQuery * query)
gst_query_parse_seeking (query, &fmt, NULL, NULL, NULL);
if (fmt == wav->segment.format) {
res = TRUE;
if (wav->streaming) {
GstQuery *q;