aptinasrc: use default alloc to take advantage of buffer pools

This commit is contained in:
Joshua M. Doe
2017-10-25 08:37:46 -04:00
parent 4f326fce02
commit aa3afe13a6
2 changed files with 21 additions and 22 deletions

View File

@@ -52,7 +52,8 @@ struct _GstAptinaSrc
guint32 total_dropped_frames;
GstCaps *caps;
gint framesize;
gint raw_framesize;
gint rgb_framesize;
guint8 *buffer;
gboolean stop_requested;