mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
10 lines
103 B
C
10 lines
103 B
C
|
#pragma once
|
||
|
|
||
|
#include <glib.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
typedef struct CUstream_st* cudaStream_t;
|
||
|
|
||
|
G_END_DECLS
|