mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
omx: Remove additional comma
This commit is contained in:
parent
36e76faa05
commit
29a348efac
1 changed files with 2 additions and 2 deletions
|
@ -2327,9 +2327,9 @@ static const GGetTypeFunction types[] = {
|
|||
gst_omx_h264_dec_get_type, gst_omx_h263_dec_get_type,
|
||||
gst_omx_wmv_dec_get_type, gst_omx_mpeg4_video_enc_get_type,
|
||||
gst_omx_h264_enc_get_type, gst_omx_h263_enc_get_type,
|
||||
gst_omx_aac_enc_get_type, gst_omx_mjpeg_dec_get_type,
|
||||
gst_omx_aac_enc_get_type, gst_omx_mjpeg_dec_get_type
|
||||
#ifdef HAVE_VP8
|
||||
, gst_omx_vp8_dec_get_type
|
||||
, gst_omx_vp8_dec_get_type
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue