gstreamer: Peephole optimisation

SpiceGstFrameInformation change from 24 to 16 bytes reducing
SpiceGstEncoder 480 bytes.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-08-02 17:33:22 +01:00
parent 1e467acb2a
commit 22d41e71ae

View File

@ -59,8 +59,8 @@ typedef struct SpiceGstVideoBuffer {
typedef struct {
uint32_t mm_time;
uint64_t duration;
uint32_t size;
uint64_t duration;
} SpiceGstFrameInformation;
typedef enum SpiceGstBitRateStatus {