mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
wavparse: Remove dead assignment.
res isn't read after this.
This commit is contained in:
parent
44256a78f8
commit
5c52506d07
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue