warning: unused variable 'oldstate'

Original commit message from CVS:
warning: unused variable 'oldstate'
This commit is contained in:
Benjamin Otte 2002-03-05 08:28:22 +00:00
parent aa7fef46d4
commit 9cc2acfe9b

View 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);