cutter: fix leak of unused GValue

This commit is contained in:
Vincent Penquerc'h 2012-01-16 17:51:18 +00:00
parent e9e0bebde3
commit cf81df8058

View file

@ -191,9 +191,6 @@ static GstMessage *
gst_cutter_message_new (GstCutter * c, gboolean above, GstClockTime timestamp)
{
GstStructure *s;
GValue v = { 0, };
g_value_init (&v, GST_TYPE_LIST);
s = gst_structure_new ("cutter",
"above", G_TYPE_BOOLEAN, above,