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:
0e83a2a
)
libs: h264encoder: fix a typo of GstVaapiEncoderH264PredictionType
author
He Junyan
<junyan.he@hotmail.com>
Mon, 29 Apr 2019 12:10:39 +0000
(20:10 +0800)
committer
He Junyan
<junyan.he@hotmail.com>
Mon, 29 Apr 2019 12:10:39 +0000
(20:10 +0800)
gst-libs/gst/vaapi/gstvaapiencoder_h264.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
b/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
index
10c407b
..
d49886a
100644
(file)
--- a/
gst-libs/gst/vaapi/gstvaapiencoder_h264.c
+++ b/
gst-libs/gst/vaapi/gstvaapiencoder_h264.c
@@
-111,7
+111,7
@@
typedef enum
GST_VAAPI_ENCODER_H264_PREDICTION_DEFAULT,
GST_VAAPI_ENCODER_H264_PREDICTION_HIERARCHICAL_P,
GST_VAAPI_ENCODER_H264_PREDICTION_HIERARCHICAL_B
-} GstVaapiEnoderH264PredictionType;
+} GstVaapiEn
c
oderH264PredictionType;
static GType
gst_vaapi_encoder_h264_prediction_type (void)