basesrc: remove dead assignment.

The variable will not be read before it's assigned a value line 942/945
This commit is contained in:
Edward Hervey 2009-04-04 14:38:52 +02:00
parent a69841761b
commit ec3cd5d438

View file

@ -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",