Skip to content
Snippets Groups Projects
Commit 907293dc authored by Kipp Cannon's avatar Kipp Cannon
Browse files

GstAudioAdapter: size can be 0

parent d8b2dfbb
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ static void gst_audioadapter_class_init(GstAudioAdapterClass *klass)
"size",
"size",
"The number of frames in the adapter.",
1, G_MAXUINT, 1,
0, G_MAXUINT, 0,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment