mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
eglglessink: Fix code style a bit to stop confusing indent
This commit is contained in:
parent
4e637ddb7b
commit
ad6e314a6e
1 changed files with 3 additions and 2 deletions
|
@ -392,11 +392,12 @@ static GstBufferClass *gsteglglessink_buffer_parent_class = NULL;
|
|||
|
||||
|
||||
GST_BOILERPLATE_FULL (GstEglGlesSink, gst_eglglessink, GstVideoSink,
|
||||
GST_TYPE_VIDEO_SINK, gst_eglglessink_init_interfaces)
|
||||
GST_TYPE_VIDEO_SINK, gst_eglglessink_init_interfaces);
|
||||
|
||||
/* Custom Buffer Funcs */
|
||||
/* XXX: Drafted implementation */
|
||||
static EGLint *gst_eglglesbuffer_create_native (EGLNativeWindowType win,
|
||||
static EGLint *
|
||||
gst_eglglesbuffer_create_native (EGLNativeWindowType win,
|
||||
EGLConfig config, EGLNativeDisplayType display, const EGLint * egl_attribs)
|
||||
{
|
||||
EGLNativePixmapType pix = 0;
|
||||
|
|
Loading…
Reference in a new issue