mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
eglglessink: Drop stale defines for max frame size
This commit is contained in:
parent
a3530d9a3d
commit
20a05726b3
1 changed files with 0 additions and 7 deletions
|
@ -108,13 +108,6 @@
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_eglglessink_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_eglglessink_debug);
|
||||||
#define GST_CAT_DEFAULT gst_eglglessink_debug
|
#define GST_CAT_DEFAULT gst_eglglessink_debug
|
||||||
|
|
||||||
/* XXX: These should be defined per model someway
|
|
||||||
* but the Galaxy Nexus's were taken as a reference
|
|
||||||
* for now on:
|
|
||||||
*/
|
|
||||||
#define EGLGLESSINK_MAX_FRAME_WIDTH 1280
|
|
||||||
#define EGLGLESSINK_MAX_FRAME_HEIGHT 720
|
|
||||||
|
|
||||||
/* These are only needed for the fast rendering path */
|
/* These are only needed for the fast rendering path */
|
||||||
#ifdef EGL_KHR_image
|
#ifdef EGL_KHR_image
|
||||||
static PFNEGLCREATEIMAGEKHRPROC my_eglCreateImageKHR;
|
static PFNEGLCREATEIMAGEKHRPROC my_eglCreateImageKHR;
|
||||||
|
|
Loading…
Reference in a new issue