mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
Remove signed field from caps factory
Original commit message from CVS: Remove signed field from caps factory
This commit is contained in:
parent
afb0fbccd9
commit
246f3c072b
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue