mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Remove unused variable
This commit is contained in:
parent
30f8381ac9
commit
ca35131d47
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ GST_DEBUG_CATEGORY_STATIC (debug_category);
|
|||
#endif
|
||||
|
||||
typedef struct _CustomData {
|
||||
JNIEnv *env;
|
||||
GstElement *pipeline;
|
||||
GMainLoop *main_loop;
|
||||
} CustomData;
|
||||
|
|
Loading…
Reference in a new issue