Fix warnings shown with -Wall

This commit is contained in:
Xavi Artigas 2012-06-18 10:34:24 +02:00
parent 3b393bd1d2
commit 63177bf882
2 changed files with 4 additions and 0 deletions

View file

@ -193,6 +193,8 @@ static gboolean handle_message (GstBus *bus, GstMessage *msg, CustomData *data)
}
}
} break;
default:
break;
}
/* We want to keep receiving messages */

View file

@ -195,6 +195,8 @@ static gboolean handle_message (GstBus *bus, GstMessage *msg, CustomData *data)
}
}
} break;
default:
break;
}
/* We want to keep receiving messages */