Remove signed field from caps factory

Original commit message from CVS:
Remove signed field from caps factory
This commit is contained in:
Johan Dahlin 2004-07-12 10:26:26 +00:00
parent afb0fbccd9
commit 246f3c072b

View file

@ -19,7 +19,6 @@ linear_factory (void)
"width", G_TYPE_INT, 16,
"depth", G_TYPE_INT, 16,
"endianness", G_TYPE_INT, G_BYTE_ORDER,
"signed", G_TYPE_BOOLEAN, TRUE,
"rate", GST_TYPE_INT_RANGE, 8000, 192000,
"channels", GST_TYPE_INT_RANGE, 1, 2, NULL);
}