summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2002-03-05 08:28:22 +0000
committerBenjamin Otte <otte@gnome.org>2002-03-05 08:28:22 +0000
commit9cc2acfe9bd0ee68f7c1c5c127af980abeee77d7 (patch)
treef63e5292b20d7b87e08a452a1367b3657e930fc2
parentaa7fef46d4b27c8b30869ba7163d145625d026a5 (diff)
warning: unused variable 'oldstate'
Original commit message from CVS: warning: unused variable 'oldstate'
-rw-r--r--gst/gsttypefind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gsttypefind.c b/gst/gsttypefind.c
index 44839bd193..11d1ec1e8a 100644
--- a/gst/gsttypefind.c
+++ b/gst/gsttypefind.c
@@ -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);