basesrc: remove dead assignment.
authorEdward Hervey <bilboed@bilboed.com>
Sat, 4 Apr 2009 12:38:52 +0000 (14:38 +0200)
committerEdward 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

index 38c8a61afab402b3d6bb0216c4c05c3cccdbf9f8..6fc419190d839d78b539d6634a7142eb88ffa9f5 100644 (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",