Cosmetics (weird indentation).

This commit is contained in:
gb 2010-04-28 21:20:19 +00:00 committed by Gwenole Beauchesne
parent 42248445f2
commit 664542fe2e

View file

@ -79,13 +79,13 @@ struct _GstVaapiDecoderPrivate {
GstVaapiContext *context; GstVaapiContext *context;
GstVaapiCodec codec; GstVaapiCodec codec;
guint fps_n; guint fps_n;
guint fps_d; guint fps_d;
GstClockTime next_ts; GstClockTime next_ts;
GAsyncQueue *buffers; GAsyncQueue *buffers;
GAsyncQueue *surfaces; GAsyncQueue *surfaces;
GThread *decoder_thread; GThread *decoder_thread;
GstVaapiDecoderStatus decoder_status; GstVaapiDecoderStatus decoder_status;
guint decoder_thread_cancel : 1; guint decoder_thread_cancel : 1;
}; };
gboolean gboolean