projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a698417
)
basesrc: remove dead assignment.
author
Edward Hervey
<bilboed@bilboed.com>
Sat, 4 Apr 2009 12:38:52 +0000
(14:38 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 4 Apr 2009 12:38:52 +0000
(14:38 +0200)
The variable will not be read before it's assigned a value line 942/945
libs/gst/base/gstbasesrc.c
patch
|
blob
|
history
diff --git
a/libs/gst/base/gstbasesrc.c
b/libs/gst/base/gstbasesrc.c
index 38c8a61afab402b3d6bb0216c4c05c3cccdbf9f8..6fc419190d839d78b539d6634a7142eb88ffa9f5 100644
(file)
--- a/
libs/gst/base/gstbasesrc.c
+++ b/
libs/gst/base/gstbasesrc.c
@@
-916,8
+916,6
@@
gst_base_src_default_query (GstBaseSrc * src, GstQuery * query)
GstFormat format;
gint64 start, stop, estimated;
- res = FALSE;
-
gst_query_parse_buffering_range (query, &format, NULL, NULL, NULL);
GST_DEBUG_OBJECT (src, "buffering query in format %s",