mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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;
|
||||
GstVaapiCodec codec;
|
||||
guint fps_n;
|
||||
guint fps_d;
|
||||
GstClockTime next_ts;
|
||||
GAsyncQueue *buffers;
|
||||
GAsyncQueue *surfaces;
|
||||
GThread *decoder_thread;
|
||||
GstVaapiDecoderStatus decoder_status;
|
||||
guint decoder_thread_cancel : 1;
|
||||
guint fps_d;
|
||||
GstClockTime next_ts;
|
||||
GAsyncQueue *buffers;
|
||||
GAsyncQueue *surfaces;
|
||||
GThread *decoder_thread;
|
||||
GstVaapiDecoderStatus decoder_status;
|
||||
guint decoder_thread_cancel : 1;
|
||||
};
|
||||
|
||||
gboolean
|
||||
|
|
Loading…
Reference in a new issue