Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
625
Issues
625
List
Boards
Labels
Service Desk
Milestones
Merge Requests
102
Merge Requests
102
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-plugins-base
Commits
49dae4ec
Commit
49dae4ec
authored
Nov 19, 2018
by
Maciej Wolny
Committed by
Tim-Philipp Müller
May 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gst-gl: Remove duplicate declarations
This causes 'redefinition of typedef ...' errors on GCC 4.5.3
parent
9d917d5b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.h
gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.h
+1
-2
gst-libs/gst/gl/gstgldebug.h
gst-libs/gst/gl/gstgldebug.h
+0
-2
gst-libs/gst/gl/gstglfuncs.h
gst-libs/gst/gl/gstglfuncs.h
+2
-2
No files found.
gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.h
View file @
49dae4ec
...
...
@@ -24,6 +24,7 @@
#include <gbm.h>
#include <gst/gl/gl.h>
#include <gst/gl/egl/gstegl.h>
#include <gst/gl/gbm/gstgldisplay_gbm.h>
G_BEGIN_DECLS
...
...
@@ -37,8 +38,6 @@ G_BEGIN_DECLS
typedef
struct
_GstGLWindowGBMEGL
GstGLWindowGBMEGL
;
typedef
struct
_GstGLWindowGBMEGLClass
GstGLWindowGBMEGLClass
;
typedef
struct
_GstGLDisplayGBM
GstGLDisplayGBM
;
struct
_GstGLWindowGBMEGL
{
/*< private >*/
GstGLWindow
parent
;
...
...
gst-libs/gst/gl/gstgldebug.h
View file @
49dae4ec
...
...
@@ -25,8 +25,6 @@
G_BEGIN_DECLS
typedef
struct
_GstGLAsyncDebug
GstGLAsyncDebug
;
typedef
gchar
*
(
*
GstGLAsyncDebugLogGetMessage
)
(
gpointer
user_data
);
/**
...
...
gst-libs/gst/gl/gstglfuncs.h
View file @
49dae4ec
...
...
@@ -93,11 +93,11 @@ G_BEGIN_DECLS
ret (GSTGLAPI *name) args;
#define GST_GL_EXT_END()
typedef
struct
_GstGLFuncs
struct
_GstGLFuncs
{
#include <gst/gl/glprototypes/all_functions.h>
gpointer
padding
[
GST_PADDING_LARGE
*
6
];
}
GstGLFuncs
;
};
#undef GST_GL_EXT_BEGIN
#undef GST_GL_EXT_FUNCTION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment