mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
glupload: remove unsed convert field in private struct
This commit is contained in:
parent
c06715bde6
commit
917dcfdfee
1 changed files with 0 additions and 7 deletions
|
@ -59,8 +59,6 @@ struct _GstGLUploadPrivate
|
|||
GstCaps *in_caps;
|
||||
GstCaps *out_caps;
|
||||
|
||||
GstGLColorConvert *convert;
|
||||
|
||||
GstBuffer *outbuf;
|
||||
|
||||
/* all method impl pointers */
|
||||
|
@ -783,11 +781,6 @@ gst_gl_upload_finalize (GObject * object)
|
|||
upload->context = NULL;
|
||||
}
|
||||
|
||||
if (upload->priv->convert) {
|
||||
gst_object_unref (upload->priv->convert);
|
||||
upload->priv->convert = NULL;
|
||||
}
|
||||
|
||||
if (upload->priv->in_caps) {
|
||||
gst_caps_unref (upload->priv->in_caps);
|
||||
upload->priv->in_caps = NULL;
|
||||
|
|
Loading…
Reference in a new issue