mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
basesrc: remove dead assignment.
The variable will not be read before it's assigned a value line 942/945
This commit is contained in:
parent
a69841761b
commit
ec3cd5d438
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue