projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a8175
)
libs: codedbuf: delete a useless field.
author
He Junyan
<junyan.he@hotmail.com>
Wed, 8 Jan 2020 15:42:21 +0000
(23:42 +0800)
committer
He Junyan
<junyan.he@hotmail.com>
Wed, 8 Jan 2020 15:42:21 +0000
(23:42 +0800)
The context field in GstVaapiCodedBuffer is not inited correctly
and is never used, just delete it.
gst-libs/gst/vaapi/gstvaapicodedbuffer_priv.h
patch
|
blob
|
history
diff --git
a/gst-libs/gst/vaapi/gstvaapicodedbuffer_priv.h
b/gst-libs/gst/vaapi/gstvaapicodedbuffer_priv.h
index 85a6193c52aa437fa061c4f5e973120d5fac371c..b872b9c8a0bb1f1ee66c367ed51f2d42f86972b3 100644
(file)
--- a/
gst-libs/gst/vaapi/gstvaapicodedbuffer_priv.h
+++ b/
gst-libs/gst/vaapi/gstvaapicodedbuffer_priv.h
@@
-45,7
+45,6
@@
struct _GstVaapiCodedBuffer
GstVaapiID object_id;
/*< public >*/
- GstVaapiContext *context;
VACodedBufferSegment *segment_list;
};