mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
warning: unused variable 'oldstate'
Original commit message from CVS: warning: unused variable 'oldstate'
This commit is contained in:
parent
aa7fef46d4
commit
9cc2acfe9b
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
gst_object_ref (GST_OBJECT (typefind));
|
||||||
g_signal_emit (G_OBJECT (typefind), gst_typefind_signals[HAVE_TYPE], 0,
|
g_signal_emit (G_OBJECT (typefind), gst_typefind_signals[HAVE_TYPE], 0,
|
||||||
typefind->caps);
|
typefind->caps);
|
||||||
|
|
Loading…
Reference in a new issue