glupload: remove unsed convert field in private struct
This commit is contained in:
parent
530ae2cbb0
commit
45e6e77ff0
@ -59,8 +59,6 @@ struct _GstGLUploadPrivate
|
|||||||
GstCaps *in_caps;
|
GstCaps *in_caps;
|
||||||
GstCaps *out_caps;
|
GstCaps *out_caps;
|
||||||
|
|
||||||
GstGLColorConvert *convert;
|
|
||||||
|
|
||||||
GstBuffer *outbuf;
|
GstBuffer *outbuf;
|
||||||
|
|
||||||
/* all method impl pointers */
|
/* all method impl pointers */
|
||||||
@ -783,11 +781,6 @@ gst_gl_upload_finalize (GObject * object)
|
|||||||
upload->context = NULL;
|
upload->context = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (upload->priv->convert) {
|
|
||||||
gst_object_unref (upload->priv->convert);
|
|
||||||
upload->priv->convert = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (upload->priv->in_caps) {
|
if (upload->priv->in_caps) {
|
||||||
gst_caps_unref (upload->priv->in_caps);
|
gst_caps_unref (upload->priv->in_caps);
|
||||||
upload->priv->in_caps = NULL;
|
upload->priv->in_caps = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user