mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
libs: codedbuf: delete a useless field.
The context field in GstVaapiCodedBuffer is not inited correctly and is never used, just delete it.
This commit is contained in:
parent
11a8175fff
commit
40eceaf64a
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ struct _GstVaapiCodedBuffer
|
|||
GstVaapiID object_id;
|
||||
|
||||
/*< public >*/
|
||||
GstVaapiContext *context;
|
||||
VACodedBufferSegment *segment_list;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue