mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
Cosmetics (weird indentation).
This commit is contained in:
parent
42248445f2
commit
664542fe2e
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue