small cleanups

Remove the temp storage for formats and props now that we get a builder
from the host to write into.
This commit is contained in:
Wim Taymans 2017-11-07 20:28:07 +01:00
parent f3bca48398
commit 4d890a2d98
9 changed files with 7 additions and 48 deletions

View file

@ -111,7 +111,6 @@ struct impl {
struct spa_log *log;
struct spa_loop *data_loop;
uint8_t props_buffer[512];
struct props props;
const struct spa_node_callbacks *callbacks;
@ -126,7 +125,6 @@ struct impl {
bool have_format;
struct spa_video_info current_format;
uint8_t format_buffer[1024];
size_t bpp;
int stride;