eglglessink: Fix crash at element instantiation
This commit is contained in:
parent
af009b7de7
commit
a317f6936c
@ -222,9 +222,9 @@ struct _GstEglGlesBuffer
|
|||||||
*/
|
*/
|
||||||
struct _GstEglGlesSink
|
struct _GstEglGlesSink
|
||||||
{
|
{
|
||||||
|
GstVideoSink videosink; /* Element hook */
|
||||||
int par_n, par_d; /* Aspect ratio from caps */
|
int par_n, par_d; /* Aspect ratio from caps */
|
||||||
|
|
||||||
GstVideoSink videosink; /* Element hook */
|
|
||||||
GstVideoFormat format;
|
GstVideoFormat format;
|
||||||
GstVideoRectangle display_region;
|
GstVideoRectangle display_region;
|
||||||
GstCaps *sinkcaps;
|
GstCaps *sinkcaps;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user