warning: unused variable 'oldstate'
authorBenjamin Otte <otte@gnome.org>
Tue, 5 Mar 2002 08:28:22 +0000 (08:28 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 5 Mar 2002 08:28:22 +0000 (08:28 +0000)
Original commit message from CVS:
warning: unused variable 'oldstate'

gst/gsttypefind.c

index 44839bd..11d1ec1 100644 (file)
@@ -192,7 +192,7 @@ gst_typefind_chain (GstPad *pad, GstBuffer *buf)
        }
 
        {
-          int oldstate = GST_STATE(typefind);
+          /* int oldstate = GST_STATE(typefind);*/
          gst_object_ref (GST_OBJECT (typefind));
           g_signal_emit (G_OBJECT (typefind), gst_typefind_signals[HAVE_TYPE], 0,
                              typefind->caps);