mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
eglglessink: Fix crash at element instantiation
This commit is contained in:
parent
af009b7de7
commit
a317f6936c
1 changed files with 1 additions and 1 deletions
|
@ -222,9 +222,9 @@ struct _GstEglGlesBuffer
|
|||
*/
|
||||
struct _GstEglGlesSink
|
||||
{
|
||||
GstVideoSink videosink; /* Element hook */
|
||||
int par_n, par_d; /* Aspect ratio from caps */
|
||||
|
||||
GstVideoSink videosink; /* Element hook */
|
||||
GstVideoFormat format;
|
||||
GstVideoRectangle display_region;
|
||||
GstCaps *sinkcaps;
|
||||
|
|
Loading…
Reference in a new issue